#99D39A

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

Shades of Granny Smith Apple #99D39A

Tints of Granny Smith Apple #99D39A

Color information

#99D39A (or 0x99D39A) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D3 and 9A. RGB value is (153,211,154). Sum of RGB (Red+Green+Blue) = 153+211+154=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 211 - color contains mainly: green. Hex color #99D39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D39A is #662C65. Grayscale: #BBBBBB. Windows color (decimal): -6696038 or 10146713. OLE color: 10146713.

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

Color convert

RGB153211154-
CMYK0.2700.270.17
HSL121.03º39.73%71.37%-
HSV(B)121.03º27.49%82.75%-
XYZ42.2655.6939.09-
YUV187.16109.28103.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 211 (82.81% from 255) = 40.73%
BLUE value IS 154 (60.55% from 255) = 29.73%
R=29.54%
G=40.73%
B=29.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532111540.2700.270.17121.0339.7371.37
Hex99D39A1B01B11792847
Octal231323232330332117150107
Binary100110011101001110011010110110110111000111110011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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