Html Css Color HEX #96E686 Granny Smith Apple

📋 copy color: '#96E686'

red 150 ◦ green 230 ◦ blue 134

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

Shades of Granny Smith Apple #96E686

Tints of Granny Smith Apple #96E686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.75%

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

R = 29.18%
G = 44.75%
B = 26.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#96E686 (or 0x96E686) is known color: Granny Smith Apple. HEX triplet: 96, E6 and 86. RGB value is (150,230,134). Sum of RGB (Red+Green+Blue) = 150+230+134=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #96E686 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E686 is #691979. Grayscale: #C3C3C3. Windows color (decimal): -6887802 or 8840854. OLE color: 8840854.

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

Color convert

RGB 150 230 134 -
CMYK 0.35 0 0.42 0.10
HSL 110º 0.66% 0.71% -
HSV(B) 110º 0.42% 0.9% -
XYZ 45.18 64.8 32.68 -
YUV 195.14 93.5 95.81 -
System Red Green Blue C M Y K H S L
Decimal 150 230 134 0.35 0 0.42 0.10 110 0.66 0.71
Hex 96 E6 86 23 0 2A A 6E 42 47
Octal 226 346 206 43 0 52 12 156 102 107
Binary 10010110 11100110 10000110 100011 0 101010 1010 1101110 1000010 1000111

Color Harmonies of #96E686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E686

Black with #96E686

Text Example


Text Example

White with #96E686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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