#95D090

Color #95D090 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #95D090

Tints of Granny Smith Apple #95D090

Color information

#95D090 (or 0x95D090) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D0 and 90. RGB value is (149,208,144). Sum of RGB (Red+Green+Blue) = 149+208+144=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #95D090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D090 is #6A2F6F. Grayscale: #B7B7B7. Windows color (decimal): -6958960 or 9490581. OLE color: 9490581.

HSL color Cylindrical-coordinate representation of color #95D090: hue angle of 115.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D090 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB149208144-
CMYK0.2800.310.18
HSL115.31º40.51%69.02%-
HSV(B)115.31º30.77%81.57%-
XYZ39.9853.5134.61-
YUV183.06105.95103.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=29.74%
G=41.52%
B=28.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492081440.2800.310.18115.3140.5169.02
Hex95D0901C01F12732945
Octal225320220340372216351105
Binary100101011101000010010000111000111111001011100111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95D090; }

 p { color: rgb(149,208,144); }

 H1.HeaderClassName
 {
   color: #95D090;
 }
 .AnyTagClassName
 {
   color: #95D090;
 }
</style>
background-color css

<style>
 a { background-color: #95D090; }

 a { background-color: rgb(149,208,144); }

 div.DivClassName
 {
   background-color: #95D090;
 }
 .BgClassName
 {
   background-color: #95D090;
 }
</style>
border-color css

<style>
 span { border-color: #95D090; }

 span { border-color: rgb(149,208,144); }

 td.TdClassName
 {
   border-color: #95D090;
 }
 .TagClassName
 {
   border-color: #95D090;
 }
</style>