Html Css Color HEX #ABDC8D Feijoa

📋 copy color: '#ABDC8D'

red 171 ◦ green 220 ◦ blue 141

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

Shades of Feijoa #ABDC8D

Tints of Feijoa #ABDC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.5%

R = 32.14%
G = 41.35%
B = 26.5%

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

#ABDC8D (or 0xABDC8D) is known color: Feijoa. HEX triplet: AB, DC and 8D. RGB value is (171,220,141). Sum of RGB (Red+Green+Blue) = 171+220+141=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC8D is #542372. Grayscale: #C4C4C4. Windows color (decimal): -5514099 or 9297067. OLE color: 9297067.

HSL color Cylindrical-coordinate representation of color #ABDC8D: hue angle of 97.22º 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 #ABDC8D is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 141 -
CMYK 0.22 0 0.36 0.14
HSL 97.22º 0.53% 0.71% -
HSV(B) 97.22º 0.36% 0.86% -
XYZ 47.2 61.77 34.63 -
YUV 196.34 96.77 109.92 -
System Red Green Blue C M Y K H S L
Decimal 171 220 141 0.22 0 0.36 0.14 97.22 0.53 0.71
Hex AB DC 8D 16 0 24 E 61 35 47
Octal 253 334 215 26 0 44 16 141 65 107
Binary 10101011 11011100 10001101 10110 0 100100 1110 1100001 110101 1000111

Color Harmonies of #ABDC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC8D

Black with #ABDC8D

Text Example


Text Example

White with #ABDC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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