Html Css Color HEX #96DD86 Granny Smith Apple

📋 copy color: '#96DD86'

red 150 ◦ green 221 ◦ blue 134

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

Shades of Granny Smith Apple #96DD86

Tints of Granny Smith Apple #96DD86

RGB

 RED value IS 150 (58.98% from 255) = 29.7%

 GREEN value IS 221 (86.72% from 255) = 43.76%

 BLUE value IS 134 (52.73% from 255) = 26.53%

R = 29.7%
G = 43.76%
B = 26.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#96DD86 (or 0x96DD86) is known color: Granny Smith Apple. HEX triplet: 96, DD and 86. RGB value is (150,221,134). Sum of RGB (Red+Green+Blue) = 150+221+134=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD86 is #692279. Grayscale: #BEBEBE. Windows color (decimal): -6890106 or 8838550. OLE color: 8838550.

HSL color Cylindrical-coordinate representation of color #96DD86: hue angle of 108.97º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96DD86 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 134 -
CMYK 0.32 0 0.39 0.13
HSL 108.97º 0.56% 0.7% -
HSV(B) 108.97º 0.39% 0.87% -
XYZ 42.74 59.92 31.87 -
YUV 189.85 96.48 99.57 -
System Red Green Blue C M Y K H S L
Decimal 150 221 134 0.32 0 0.39 0.13 108.97 0.56 0.7
Hex 96 DD 86 20 0 27 D 6D 38 46
Octal 226 335 206 40 0 47 15 155 70 106
Binary 10010110 11011101 10000110 100000 0 100111 1101 1101101 111000 1000110

Color Harmonies of #96DD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD86

Black with #96DD86

Text Example


Text Example

White with #96DD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96DD86; }

 p { color: rgb(150,221,134); }

 H1.HeaderClassName
 {
   color: #96DD86;
 }
 .AnyTagClassName
 {
   color: #96DD86;
 }
</style>

background-color css

<style>
 a { background-color: #96DD86; }

 a { background-color: rgb(150,221,134); }

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

border-color css

<style>
 span { border-color: #96DD86; }

 span { border-color: rgb(150,221,134); }

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