Html Css Color HEX #ABDD96 Granny Smith Apple

📋 copy color: '#ABDD96'

red 171 ◦ green 221 ◦ blue 150

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

Shades of Granny Smith Apple #ABDD96

Tints of Granny Smith Apple #ABDD96

RGB

 RED value IS 171 (67.19% from 255) = 31.55%

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

 BLUE value IS 150 (58.98% from 255) = 27.68%

R = 31.55%
G = 40.77%
B = 27.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#ABDD96 (or 0xABDD96) is known color: Granny Smith Apple. HEX triplet: AB, DD and 96. RGB value is (171,221,150). Sum of RGB (Red+Green+Blue) = 171+221+150=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD96 is #542269. Grayscale: #C6C6C6. Windows color (decimal): -5513834 or 9887147. OLE color: 9887147.

HSL color Cylindrical-coordinate representation of color #ABDD96: hue angle of 102.25º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABDD96 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 221 150 -
CMYK 0.23 0 0.32 0.13
HSL 102.25º 0.51% 0.73% -
HSV(B) 102.25º 0.32% 0.87% -
XYZ 48.16 62.57 38.39 -
YUV 197.96 100.94 108.77 -
System Red Green Blue C M Y K H S L
Decimal 171 221 150 0.23 0 0.32 0.13 102.25 0.51 0.73
Hex AB DD 96 17 0 20 D 66 33 49
Octal 253 335 226 27 0 40 15 146 63 111
Binary 10101011 11011101 10010110 10111 0 100000 1101 1100110 110011 1001001

Color Harmonies of #ABDD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDD96

Black with #ABDD96

Text Example


Text Example

White with #ABDD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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