Html Css Color HEX #96DC86 Granny Smith Apple

📋 copy color: '#96DC86'

red 150 ◦ green 220 ◦ blue 134

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

Shades of Granny Smith Apple #96DC86

Tints of Granny Smith Apple #96DC86

RGB

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

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

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

R = 29.76%
G = 43.65%
B = 26.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#96DC86 (or 0x96DC86) is known color: Granny Smith Apple. HEX triplet: 96, DC and 86. RGB value is (150,220,134). Sum of RGB (Red+Green+Blue) = 150+220+134=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DC86 is #692379. Grayscale: #BDBDBD. Windows color (decimal): -6890362 or 8838294. OLE color: 8838294.

HSL color Cylindrical-coordinate representation of color #96DC86: hue angle of 108.84º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96DC86 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 220 134 -
CMYK 0.32 0 0.39 0.14
HSL 108.84º 0.55% 0.69% -
HSV(B) 108.84º 0.39% 0.86% -
XYZ 42.47 59.39 31.78 -
YUV 189.27 96.81 99.99 -
System Red Green Blue C M Y K H S L
Decimal 150 220 134 0.32 0 0.39 0.14 108.84 0.55 0.69
Hex 96 DC 86 20 0 27 E 6D 37 45
Octal 226 334 206 40 0 47 16 155 67 105
Binary 10010110 11011100 10000110 100000 0 100111 1110 1101101 110111 1000101

Color Harmonies of #96DC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DC86

Black with #96DC86

Text Example


Text Example

White with #96DC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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