Html Css Color HEX #96D697 Granny Smith Apple

📋 copy color: '#96D697'

red 150 ◦ green 214 ◦ blue 151

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

Shades of Granny Smith Apple #96D697

Tints of Granny Smith Apple #96D697

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.55%

 BLUE value IS 151 (59.38% from 255) = 29.32%

R = 29.13%
G = 41.55%
B = 29.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#96D697 (or 0x96D697) is known color: Granny Smith Apple. HEX triplet: 96, D6 and 97. RGB value is (150,214,151). Sum of RGB (Red+Green+Blue) = 150+214+151=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #96D697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D697 is #692968. Grayscale: #BBBBBB. Windows color (decimal): -6891881 or 9950870. OLE color: 9950870.

HSL color Cylindrical-coordinate representation of color #96D697: hue angle of 120.94º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D697 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 151 -
CMYK 0.30 0 0.29 0.16
HSL 120.94º 0.44% 0.71% -
HSV(B) 120.94º 0.3% 0.84% -
XYZ 42.21 56.81 38.02 -
YUV 187.68 107.3 101.12 -
System Red Green Blue C M Y K H S L
Decimal 150 214 151 0.30 0 0.29 0.16 120.94 0.44 0.71
Hex 96 D6 97 1E 0 1D 10 79 2C 47
Octal 226 326 227 36 0 35 20 171 54 107
Binary 10010110 11010110 10010111 11110 0 11101 10000 1111001 101100 1000111

Color Harmonies of #96D697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D697

Black with #96D697

Text Example


Text Example

White with #96D697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,214,151); }

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

background-color css

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

 a { background-color: rgb(150,214,151); }

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

border-color css

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

 span { border-color: rgb(150,214,151); }

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