Html Css Color HEX #ABDC8C Feijoa

📋 copy color: '#ABDC8C'

red 171 ◦ green 220 ◦ blue 140

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

Shades of Feijoa #ABDC8C

Tints of Feijoa #ABDC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.37%

R = 32.2%
G = 41.43%
B = 26.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#ABDC8C (or 0xABDC8C) is known color: Feijoa. HEX triplet: AB, DC and 8C. RGB value is (171,220,140). Sum of RGB (Red+Green+Blue) = 171+220+140=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC8C is #542373. Grayscale: #C4C4C4. Windows color (decimal): -5514100 or 9231531. OLE color: 9231531.

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

Color convert

RGB 171 220 140 -
CMYK 0.22 0 0.36 0.14
HSL 96.75º 0.53% 0.71% -
HSV(B) 96.75º 0.36% 0.86% -
XYZ 47.12 61.74 34.24 -
YUV 196.23 96.27 110 -
System Red Green Blue C M Y K H S L
Decimal 171 220 140 0.22 0 0.36 0.14 96.75 0.53 0.71
Hex AB DC 8C 16 0 24 E 61 35 47
Octal 253 334 214 26 0 44 16 141 65 107
Binary 10101011 11011100 10001100 10110 0 100100 1110 1100001 110101 1000111

Color Harmonies of #ABDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC8C

Black with #ABDC8C

Text Example


Text Example

White with #ABDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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