Html Css Color HEX #99DC96 Granny Smith Apple

📋 copy color: '#99DC96'

red 153 ◦ green 220 ◦ blue 150

#99DC96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #99DC96

Tints of Granny Smith Apple #99DC96

RGB

 RED value IS 153 (60.16% from 255) = 29.25%

 GREEN value IS 220 (86.33% from 255) = 42.07%

 BLUE value IS 150 (58.98% from 255) = 28.68%

R = 29.25%
G = 42.07%
B = 28.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#99DC96 (or 0x99DC96) is known color: Granny Smith Apple. HEX triplet: 99, DC and 96. RGB value is (153,220,150). Sum of RGB (Red+Green+Blue) = 153+220+150=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DC96 is #662369. Grayscale: #C0C0C0. Windows color (decimal): -6693738 or 9886873. OLE color: 9886873.

HSL color Cylindrical-coordinate representation of color #99DC96: hue angle of 117.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99DC96 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 220 150 -
CMYK 0.30 0 0.32 0.14
HSL 117.43º 0.5% 0.73% -
HSV(B) 117.43º 0.32% 0.86% -
XYZ 44.24 60.16 38.13 -
YUV 191.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 153 220 150 0.30 0 0.32 0.14 117.43 0.5 0.73
Hex 99 DC 96 1E 0 20 E 75 32 49
Octal 231 334 226 36 0 40 16 165 62 111
Binary 10011001 11011100 10010110 11110 0 100000 1110 1110101 110010 1001001

Color Harmonies of #99DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DC96

Black with #99DC96

Text Example


Text Example

White with #99DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,220,150); }

 H1.HeaderClassName
 {
   color: #99DC96;
 }
 .AnyTagClassName
 {
   color: #99DC96;
 }
</style>

background-color css

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

 a { background-color: rgb(153,220,150); }

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

border-color css

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

 span { border-color: rgb(153,220,150); }

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