Html Css Color HEX #96E087 Granny Smith Apple

📋 copy color: '#96E087'

red 150 ◦ green 224 ◦ blue 135

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

Shades of Granny Smith Apple #96E087

Tints of Granny Smith Apple #96E087

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.01%

 BLUE value IS 135 (53.13% from 255) = 26.52%

R = 29.47%
G = 44.01%
B = 26.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#96E087 (or 0x96E087) is known color: Granny Smith Apple. HEX triplet: 96, E0 and 87. RGB value is (150,224,135). Sum of RGB (Red+Green+Blue) = 150+224+135=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #96E087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E087 is #691F78. Grayscale: #C0C0C0. Windows color (decimal): -6889337 or 8904854. OLE color: 8904854.

HSL color Cylindrical-coordinate representation of color #96E087: hue angle of 109.89º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96E087 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 224 135 -
CMYK 0.33 0 0.40 0.12
HSL 109.89º 0.59% 0.7% -
HSV(B) 109.89º 0.4% 0.88% -
XYZ 43.61 61.54 32.5 -
YUV 191.73 95.98 98.24 -
System Red Green Blue C M Y K H S L
Decimal 150 224 135 0.33 0 0.40 0.12 109.89 0.59 0.7
Hex 96 E0 87 21 0 28 C 6E 3B 46
Octal 226 340 207 41 0 50 14 156 73 106
Binary 10010110 11100000 10000111 100001 0 101000 1100 1101110 111011 1000110

Color Harmonies of #96E087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E087

Black with #96E087

Text Example


Text Example

White with #96E087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,224,135); }

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

background-color css

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

 a { background-color: rgb(150,224,135); }

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

border-color css

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

 span { border-color: rgb(150,224,135); }

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