#ABCD91

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

Shades of Feijoa #ABCD91

Tints of Feijoa #ABCD91

Color information

#ABCD91 (or 0xABCD91) is unknown color: approx Feijoa. HEX triplet: AB, CD and 91. RGB value is (171,205,145). Sum of RGB (Red+Green+Blue) = 171+205+145=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD91 is #54326E. Grayscale: #BCBCBC. Windows color (decimal): -5517935 or 9555371. OLE color: 9555371.

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

Color convert

RGB171205145-
CMYK0.1700.290.20
HSL94º37.5%68.63%-
HSV(B)94º29.27%80.39%-
XYZ43.7454.3634.98-
YUV187.99103.74115.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 145 (57.03% from 255) = 27.83%
R=32.82%
G=39.35%
B=27.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051450.1700.290.209437.568.63
HexABCD911101D145e2645
Octal253315221210352413646105
Binary101010111100110110010001100010111011010010111101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCD91; }

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

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

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

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

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

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

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

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