Html Css Color HEX #96DD92 Granny Smith Apple

📋 copy color: '#96DD92'

red 150 ◦ green 221 ◦ blue 146

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

Shades of Granny Smith Apple #96DD92

Tints of Granny Smith Apple #96DD92

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.75%

 BLUE value IS 146 (57.42% from 255) = 28.24%

R = 29.01%
G = 42.75%
B = 28.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#96DD92 (or 0x96DD92) is known color: Granny Smith Apple. HEX triplet: 96, DD and 92. RGB value is (150,221,146). Sum of RGB (Red+Green+Blue) = 150+221+146=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD92 is #69226D. Grayscale: #BFBFBF. Windows color (decimal): -6890094 or 9624982. OLE color: 9624982.

HSL color Cylindrical-coordinate representation of color #96DD92: hue angle of 116.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96DD92 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 146 -
CMYK 0.32 0 0.34 0.13
HSL 116.8º 0.52% 0.72% -
HSV(B) 116.8º 0.34% 0.87% -
XYZ 43.62 60.27 36.53 -
YUV 191.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 150 221 146 0.32 0 0.34 0.13 116.8 0.52 0.72
Hex 96 DD 92 20 0 22 D 75 34 48
Octal 226 335 222 40 0 42 15 165 64 110
Binary 10010110 11011101 10010010 100000 0 100010 1101 1110101 110100 1001000

Color Harmonies of #96DD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD92

Black with #96DD92

Text Example


Text Example

White with #96DD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,221,146); }

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

background-color css

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

 a { background-color: rgb(150,221,146); }

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

border-color css

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

 span { border-color: rgb(150,221,146); }

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