Html Css Color HEX #ABDC98 Granny Smith Apple

📋 copy color: '#ABDC98'

red 171 ◦ green 220 ◦ blue 152

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

Shades of Granny Smith Apple #ABDC98

Tints of Granny Smith Apple #ABDC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.99%

R = 31.49%
G = 40.52%
B = 27.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#ABDC98 (or 0xABDC98) is known color: Granny Smith Apple. HEX triplet: AB, DC and 98. RGB value is (171,220,152). Sum of RGB (Red+Green+Blue) = 171+220+152=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC98 is #542367. Grayscale: #C5C5C5. Windows color (decimal): -5514088 or 10017963. OLE color: 10017963.

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

Color convert

RGB 171 220 152 -
CMYK 0.22 0 0.31 0.14
HSL 103.24º 0.49% 0.73% -
HSV(B) 103.24º 0.31% 0.86% -
XYZ 48.06 62.11 39.16 -
YUV 197.6 102.27 109.03 -
System Red Green Blue C M Y K H S L
Decimal 171 220 152 0.22 0 0.31 0.14 103.24 0.49 0.73
Hex AB DC 98 16 0 1F E 67 31 49
Octal 253 334 230 26 0 37 16 147 61 111
Binary 10101011 11011100 10011000 10110 0 11111 1110 1100111 110001 1001001

Color Harmonies of #ABDC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC98

Black with #ABDC98

Text Example


Text Example

White with #ABDC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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