Html Css Color HEX #ABDC86 Feijoa

📋 copy color: '#ABDC86'

red 171 ◦ green 220 ◦ blue 134

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

Shades of Feijoa #ABDC86

Tints of Feijoa #ABDC86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.52%

R = 32.57%
G = 41.9%
B = 25.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#ABDC86 (or 0xABDC86) is known color: Feijoa. HEX triplet: AB, DC and 86. RGB value is (171,220,134). Sum of RGB (Red+Green+Blue) = 171+220+134=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC86 is #542379. Grayscale: #C3C3C3. Windows color (decimal): -5514106 or 8838315. OLE color: 8838315.

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

Color convert

RGB 171 220 134 -
CMYK 0.22 0 0.39 0.14
HSL 94.19º 0.55% 0.69% -
HSV(B) 94.19º 0.39% 0.86% -
XYZ 46.69 61.57 31.98 -
YUV 195.55 93.27 110.49 -
System Red Green Blue C M Y K H S L
Decimal 171 220 134 0.22 0 0.39 0.14 94.19 0.55 0.69
Hex AB DC 86 16 0 27 E 5E 37 45
Octal 253 334 206 26 0 47 16 136 67 105
Binary 10101011 11011100 10000110 10110 0 100111 1110 1011110 110111 1000101

Color Harmonies of #ABDC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC86

Black with #ABDC86

Text Example


Text Example

White with #ABDC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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