#ABDC90

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

Shades of Feijoa #ABDC90

Tints of Feijoa #ABDC90

Color information

#ABDC90 (or 0xABDC90) is unknown color: approx Feijoa. HEX triplet: AB, DC and 90. RGB value is (171,220,144). Sum of RGB (Red+Green+Blue) = 171+220+144=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC90 is #54236F. Grayscale: #C4C4C4. Windows color (decimal): -5514096 or 9493675. OLE color: 9493675.

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

Color convert

RGB171220144-
CMYK0.2200.350.14
HSL98.68º52.05%71.37%-
HSV(B)98.68º34.55%86.27%-
XYZ47.4261.8635.83-
YUV196.6898.27109.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 220 (86.33% from 255) = 41.12%
BLUE value IS 144 (56.64% from 255) = 26.92%
R=31.96%
G=41.12%
B=26.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201440.2200.350.1498.6852.0571.37
HexABDC9016023E633447
Octal253334220260431614364107
Binary101010111101110010010000101100100011111011000111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDC90; }

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

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

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

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

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

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

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

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