#ABCD90

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

Shades of Feijoa #ABCD90

Tints of Feijoa #ABCD90

Color information

#ABCD90 (or 0xABCD90) is unknown color: approx Feijoa. HEX triplet: AB, CD and 90. RGB value is (171,205,144). Sum of RGB (Red+Green+Blue) = 171+205+144=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD90 is #54326F. Grayscale: #BCBCBC. Windows color (decimal): -5517936 or 9489835. OLE color: 9489835.

HSL color Cylindrical-coordinate representation of color #ABCD90: hue angle of 93.44º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABCD90 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB171205144-
CMYK0.1700.300.20
HSL93.44º37.89%68.43%-
HSV(B)93.44º29.76%80.39%-
XYZ43.6654.3334.57-
YUV187.88103.24115.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=32.88%
G=39.42%
B=27.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051440.1700.300.2093.4437.8968.43
HexABCD901101E145d2644
Octal253315220210362413546104
Binary101010111100110110010000100010111101010010111011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCD90; }

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

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

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

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

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

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

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

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