Html Css Color HEX #96D28E Granny Smith Apple

📋 copy color: '#96D28E'

red 150 ◦ green 210 ◦ blue 142

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

Shades of Granny Smith Apple #96D28E

Tints of Granny Smith Apple #96D28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.29%

R = 29.88%
G = 41.83%
B = 28.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#96D28E (or 0x96D28E) is known color: Granny Smith Apple. HEX triplet: 96, D2 and 8E. RGB value is (150,210,142). Sum of RGB (Red+Green+Blue) = 150+210+142=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #96D28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D28E is #692D71. Grayscale: #B8B8B8. Windows color (decimal): -6892914 or 9360022. OLE color: 9360022.

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

Color convert

RGB 150 210 142 -
CMYK 0.29 0 0.32 0.18
HSL 112.94º 0.43% 0.69% -
HSV(B) 112.94º 0.32% 0.82% -
XYZ 40.51 54.53 33.98 -
YUV 184.31 104.12 103.53 -
System Red Green Blue C M Y K H S L
Decimal 150 210 142 0.29 0 0.32 0.18 112.94 0.43 0.69
Hex 96 D2 8E 1D 0 20 12 71 2B 45
Octal 226 322 216 35 0 40 22 161 53 105
Binary 10010110 11010010 10001110 11101 0 100000 10010 1110001 101011 1000101

Color Harmonies of #96D28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D28E

Black with #96D28E

Text Example


Text Example

White with #96D28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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