Html Css Color HEX #96D297 Granny Smith Apple

📋 copy color: '#96D297'

red 150 ◦ green 210 ◦ blue 151

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

Shades of Granny Smith Apple #96D297

Tints of Granny Smith Apple #96D297

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.1%

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

R = 29.35%
G = 41.1%
B = 29.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#96D297 (or 0x96D297) is known color: Granny Smith Apple. HEX triplet: 96, D2 and 97. RGB value is (150,210,151). Sum of RGB (Red+Green+Blue) = 150+210+151=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #96D297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D297 is #692D68. Grayscale: #B9B9B9. Windows color (decimal): -6892905 or 9949846. OLE color: 9949846.

HSL color Cylindrical-coordinate representation of color #96D297: hue angle of 121º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D297 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 210 151 -
CMYK 0.29 0 0.28 0.18
HSL 121º 0.4% 0.71% -
HSV(B) 121º 0.29% 0.82% -
XYZ 41.21 54.81 37.69 -
YUV 185.33 108.62 102.8 -
System Red Green Blue C M Y K H S L
Decimal 150 210 151 0.29 0 0.28 0.18 121 0.4 0.71
Hex 96 D2 97 1D 0 1C 12 79 28 47
Octal 226 322 227 35 0 34 22 171 50 107
Binary 10010110 11010010 10010111 11101 0 11100 10010 1111001 101000 1000111

Color Harmonies of #96D297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D297

Black with #96D297

Text Example


Text Example

White with #96D297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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