#99D295

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

Shades of Granny Smith Apple #99D295

Tints of Granny Smith Apple #99D295

Color information

#99D295 (or 0x99D295) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D2 and 95. RGB value is (153,210,149). Sum of RGB (Red+Green+Blue) = 153+210+149=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #99D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D295 is #662D6A. Grayscale: #BABABA. Windows color (decimal): -6696299 or 9818777. OLE color: 9818777.

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

Color convert

RGB153210149-
CMYK0.2700.290.18
HSL116.07º40.4%70.39%-
HSV(B)116.07º29.05%82.35%-
XYZ41.6155.0436.86-
YUV186107.12104.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 210 (82.42% from 255) = 41.02%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=29.88%
G=41.02%
B=29.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532101490.2700.290.18116.0740.470.39
Hex99D2951B01D12742846
Octal231322225330352216450106
Binary100110011101001010010101110110111011001011101001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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