#ABDC83

Color #ABDC83 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ABDC83

Tints of Feijoa #ABDC83

Color information

#ABDC83 (or 0xABDC83) is unknown color: approx Feijoa. HEX triplet: AB, DC and 83. RGB value is (171,220,131). Sum of RGB (Red+Green+Blue) = 171+220+131=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC83 is #54237C. Grayscale: #C3C3C3. Windows color (decimal): -5514109 or 8641707. OLE color: 8641707.

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

Color convert

RGB171220131-
CMYK0.2200.400.14
HSL93.03º55.97%68.82%-
HSV(B)93.03º40.45%86.27%-
XYZ46.4861.4830.89-
YUV195.291.77110.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 220 (86.33% from 255) = 42.15%
BLUE value IS 131 (51.56% from 255) = 25.10%
R=32.76%
G=42.15%
B=25.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201310.2200.400.1493.0355.9768.82
HexABDC8316028E5d3845
Octal253334203260501613570105
Binary101010111101110010000011101100101000111010111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDC83; }

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

 H1.HeaderClassName
 {
   color: #ABDC83;
 }
 .AnyTagClassName
 {
   color: #ABDC83;
 }
</style>
background-color css

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

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

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

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

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

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