Html Css Color HEX #96DD8A Granny Smith Apple

📋 copy color: '#96DD8A'

red 150 ◦ green 221 ◦ blue 138

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

Shades of Granny Smith Apple #96DD8A

Tints of Granny Smith Apple #96DD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.11%

R = 29.47%
G = 43.42%
B = 27.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#96DD8A (or 0x96DD8A) is known color: Granny Smith Apple. HEX triplet: 96, DD and 8A. RGB value is (150,221,138). Sum of RGB (Red+Green+Blue) = 150+221+138=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD8A is #692275. Grayscale: #BEBEBE. Windows color (decimal): -6890102 or 9100694. OLE color: 9100694.

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

Color convert

RGB 150 221 138 -
CMYK 0.32 0 0.38 0.13
HSL 111.33º 0.55% 0.7% -
HSV(B) 111.33º 0.38% 0.87% -
XYZ 43.02 60.03 33.36 -
YUV 190.31 98.48 99.25 -
System Red Green Blue C M Y K H S L
Decimal 150 221 138 0.32 0 0.38 0.13 111.33 0.55 0.7
Hex 96 DD 8A 20 0 26 D 6F 37 46
Octal 226 335 212 40 0 46 15 157 67 106
Binary 10010110 11011101 10001010 100000 0 100110 1101 1101111 110111 1000110

Color Harmonies of #96DD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD8A

Black with #96DD8A

Text Example


Text Example

White with #96DD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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