Html Css Color HEX #96E586 Granny Smith Apple

📋 copy color: '#96E586'

red 150 ◦ green 229 ◦ blue 134

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

Shades of Granny Smith Apple #96E586

Tints of Granny Smith Apple #96E586

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.64%

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

R = 29.24%
G = 44.64%
B = 26.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#96E586 (or 0x96E586) is known color: Granny Smith Apple. HEX triplet: 96, E5 and 86. RGB value is (150,229,134). Sum of RGB (Red+Green+Blue) = 150+229+134=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #96E586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E586 is #691A79. Grayscale: #C2C2C2. Windows color (decimal): -6888058 or 8840598. OLE color: 8840598.

HSL color Cylindrical-coordinate representation of color #96E586: hue angle of 109.89º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96E586 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 229 134 -
CMYK 0.34 0 0.41 0.10
HSL 109.89º 0.65% 0.71% -
HSV(B) 109.89º 0.41% 0.9% -
XYZ 44.9 64.24 32.59 -
YUV 194.55 93.83 96.22 -
System Red Green Blue C M Y K H S L
Decimal 150 229 134 0.34 0 0.41 0.10 109.89 0.65 0.71
Hex 96 E5 86 22 0 29 A 6E 41 47
Octal 226 345 206 42 0 51 12 156 101 107
Binary 10010110 11100101 10000110 100010 0 101001 1010 1101110 1000001 1000111

Color Harmonies of #96E586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E586

Black with #96E586

Text Example


Text Example

White with #96E586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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