#99D394

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

Shades of Granny Smith Apple #99D394

Tints of Granny Smith Apple #99D394

Color information

#99D394 (or 0x99D394) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D3 and 94. RGB value is (153,211,148). Sum of RGB (Red+Green+Blue) = 153+211+148=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #99D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D394 is #662C6B. Grayscale: #BABABA. Windows color (decimal): -6696044 or 9753497. OLE color: 9753497.

HSL color Cylindrical-coordinate representation of color #99D394: hue angle of 115.24º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99D394 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB153211148-
CMYK0.2700.300.17
HSL115.24º41.72%70.39%-
HSV(B)115.24º29.86%82.75%-
XYZ41.7855.536.53-
YUV186.48106.28104.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 211 (82.81% from 255) = 41.21%
BLUE value IS 148 (58.20% from 255) = 28.91%
R=29.88%
G=41.21%
B=28.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532111480.2700.300.17115.2441.7270.39
Hex99D3941B01E11732a46
Octal231323224330362116352106
Binary100110011101001110010100110110111101000111100111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,211,148); }

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

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

 a { background-color: rgb(153,211,148); }

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

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

 span { border-color: rgb(153,211,148); }

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