#95D190

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

Shades of Granny Smith Apple #95D190

Tints of Granny Smith Apple #95D190

Color information

#95D190 (or 0x95D190) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D1 and 90. RGB value is (149,209,144). Sum of RGB (Red+Green+Blue) = 149+209+144=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #95D190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D190 is #6A2E6F. Grayscale: #B7B7B7. Windows color (decimal): -6958704 or 9490837. OLE color: 9490837.

HSL color Cylindrical-coordinate representation of color #95D190: hue angle of 115.38º 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 #95D190 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB149209144-
CMYK0.2900.310.18
HSL115.38º41.4%69.22%-
HSV(B)115.38º31.1%81.96%-
XYZ40.235434.69-
YUV183.65105.62103.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 209 (82.03% from 255) = 41.63%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=29.68%
G=41.63%
B=28.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492091440.2900.310.18115.3841.469.22
Hex95D1901D01F12732945
Octal225321220350372216351105
Binary100101011101000110010000111010111111001011100111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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