Html Css Color HEX #96E986 Granny Smith Apple

📋 copy color: '#96E986'

red 150 ◦ green 233 ◦ blue 134

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

Shades of Granny Smith Apple #96E986

Tints of Granny Smith Apple #96E986

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.07%

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

R = 29.01%
G = 45.07%
B = 25.92%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#96E986 (or 0x96E986) is known color: Granny Smith Apple. HEX triplet: 96, E9 and 86. RGB value is (150,233,134). Sum of RGB (Red+Green+Blue) = 150+233+134=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #96E986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E986 is #691679. Grayscale: #C5C5C5. Windows color (decimal): -6887034 or 8841622. OLE color: 8841622.

HSL color Cylindrical-coordinate representation of color #96E986: hue angle of 110.3º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96E986 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 134 -
CMYK 0.36 0 0.42 0.09
HSL 110.3º 0.69% 0.72% -
HSV(B) 110.3º 0.42% 0.91% -
XYZ 46.02 66.48 32.96 -
YUV 196.9 92.5 94.55 -
System Red Green Blue C M Y K H S L
Decimal 150 233 134 0.36 0 0.42 0.09 110.3 0.69 0.72
Hex 96 E9 86 24 0 2A 9 6E 45 48
Octal 226 351 206 44 0 52 11 156 105 110
Binary 10010110 11101001 10000110 100100 0 101010 1001 1101110 1000101 1001000

Color Harmonies of #96E986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E986

Black with #96E986

Text Example


Text Example

White with #96E986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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