Html Css Color HEX #ABDC9A Granny Smith Apple

📋 copy color: '#ABDC9A'

red 171 ◦ green 220 ◦ blue 154

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

Shades of Granny Smith Apple #ABDC9A

Tints of Granny Smith Apple #ABDC9A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.37%

 BLUE value IS 154 (60.55% from 255) = 28.26%

R = 31.38%
G = 40.37%
B = 28.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#ABDC9A (or 0xABDC9A) is known color: Granny Smith Apple. HEX triplet: AB, DC and 9A. RGB value is (171,220,154). Sum of RGB (Red+Green+Blue) = 171+220+154=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC9A is #542365. Grayscale: #C6C6C6. Windows color (decimal): -5514086 or 10149035. OLE color: 10149035.

HSL color Cylindrical-coordinate representation of color #ABDC9A: hue angle of 104.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABDC9A is Cyan = 0.22, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 154 -
CMYK 0.22 0 0.3 0.14
HSL 104.55º 0.49% 0.73% -
HSV(B) 104.55º 0.3% 0.86% -
XYZ 48.22 62.18 40.03 -
YUV 197.83 103.27 108.87 -
System Red Green Blue C M Y K H S L
Decimal 171 220 154 0.22 0 0.3 0.14 104.55 0.49 0.73
Hex AB DC 9A 16 0 1E E 69 31 49
Octal 253 334 232 26 0 36 16 151 61 111
Binary 10101011 11011100 10011010 10110 0 11110 1110 1101001 110001 1001001

Color Harmonies of #ABDC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC9A

Black with #ABDC9A

Text Example


Text Example

White with #ABDC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC9A; }

 p { color: rgb(171,220,154); }

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

background-color css

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

 a { background-color: rgb(171,220,154); }

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

border-color css

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

 span { border-color: rgb(171,220,154); }

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