Html Css Color HEX #96E386 Granny Smith Apple

📋 copy color: '#96E386'

red 150 ◦ green 227 ◦ blue 134

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

Shades of Granny Smith Apple #96E386

Tints of Granny Smith Apple #96E386

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.42%

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

R = 29.35%
G = 44.42%
B = 26.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#96E386 (or 0x96E386) is known color: Granny Smith Apple. HEX triplet: 96, E3 and 86. RGB value is (150,227,134). Sum of RGB (Red+Green+Blue) = 150+227+134=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #96E386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E386 is #691C79. Grayscale: #C1C1C1. Windows color (decimal): -6888570 or 8840086. OLE color: 8840086.

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

Color convert

RGB 150 227 134 -
CMYK 0.34 0 0.41 0.11
HSL 109.68º 0.62% 0.71% -
HSV(B) 109.68º 0.41% 0.89% -
XYZ 44.35 63.14 32.4 -
YUV 193.38 94.49 97.06 -
System Red Green Blue C M Y K H S L
Decimal 150 227 134 0.34 0 0.41 0.11 109.68 0.62 0.71
Hex 96 E3 86 22 0 29 B 6E 3E 47
Octal 226 343 206 42 0 51 13 156 76 107
Binary 10010110 11100011 10000110 100010 0 101001 1011 1101110 111110 1000111

Color Harmonies of #96E386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E386

Black with #96E386

Text Example


Text Example

White with #96E386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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