#99D398

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

Shades of Granny Smith Apple #99D398

Tints of Granny Smith Apple #99D398

Color information

#99D398 (or 0x99D398) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D3 and 98. RGB value is (153,211,152). Sum of RGB (Red+Green+Blue) = 153+211+152=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #99D398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D398 is #662C67. Grayscale: #BBBBBB. Windows color (decimal): -6696040 or 10015641. OLE color: 10015641.

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

Color convert

RGB153211152-
CMYK0.2700.280.17
HSL118.98º40.14%71.18%-
HSV(B)118.98º27.96%82.75%-
XYZ42.155.6338.22-
YUV186.93108.28103.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.65%
GREEN value IS 211 (82.81% from 255) = 40.89%
BLUE value IS 152 (59.77% from 255) = 29.46%
R=29.65%
G=40.89%
B=29.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532111520.2700.280.17118.9840.1471.18
Hex99D3981B01C11772847
Octal231323230330342116750107
Binary100110011101001110011000110110111001000111101111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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