#99D49A

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

Shades of Granny Smith Apple #99D49A

Tints of Granny Smith Apple #99D49A

Color information

#99D49A (or 0x99D49A) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D4 and 9A. RGB value is (153,212,154). Sum of RGB (Red+Green+Blue) = 153+212+154=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #99D49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D49A is #662B65. Grayscale: #BBBBBB. Windows color (decimal): -6695782 or 10146969. OLE color: 10146969.

HSL color Cylindrical-coordinate representation of color #99D49A: hue angle of 121.02º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D49A is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB153212154-
CMYK0.2800.270.17
HSL121.02º40.69%71.57%-
HSV(B)121.02º27.83%83.14%-
XYZ42.5156.1939.18-
YUV187.75108.95103.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.48%
GREEN value IS 212 (83.20% from 255) = 40.85%
BLUE value IS 154 (60.55% from 255) = 29.67%
R=29.48%
G=40.85%
B=29.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532121540.2800.270.17121.0240.6971.57
Hex99D49A1C01B11792948
Octal231324232340332117151110
Binary100110011101010010011010111000110111000111110011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99D49A; }

 p { color: rgb(153,212,154); }

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

<style>
 a { background-color: #99D49A; }

 a { background-color: rgb(153,212,154); }

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

<style>
 span { border-color: #99D49A; }

 span { border-color: rgb(153,212,154); }

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