#99D297

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

Shades of Granny Smith Apple #99D297

Tints of Granny Smith Apple #99D297

Color information

#99D297 (or 0x99D297) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D2 and 97. RGB value is (153,210,151). Sum of RGB (Red+Green+Blue) = 153+210+151=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #99D297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D297 is #662D68. Grayscale: #BABABA. Windows color (decimal): -6696297 or 9949849. OLE color: 9949849.

HSL color Cylindrical-coordinate representation of color #99D297: hue angle of 117.97º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D297 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB153210151-
CMYK0.2700.280.18
HSL117.97º39.6%70.78%-
HSV(B)117.97º28.1%82.35%-
XYZ41.7755.137.71-
YUV186.23108.12104.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.77%
GREEN value IS 210 (82.42% from 255) = 40.86%
BLUE value IS 151 (59.38% from 255) = 29.38%
R=29.77%
G=40.86%
B=29.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532101510.2700.280.18117.9739.670.78
Hex99D2971B01C12762847
Octal231322227330342216650107
Binary100110011101001010010111110110111001001011101101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,210,151); }

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

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

 a { background-color: rgb(153,210,151); }

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

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

 span { border-color: rgb(153,210,151); }

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