#ABCA90

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

Shades of Feijoa #ABCA90

Tints of Feijoa #ABCA90

Color information

#ABCA90 (or 0xABCA90) is unknown color: approx Feijoa. HEX triplet: AB, CA and 90. RGB value is (171,202,144). Sum of RGB (Red+Green+Blue) = 171+202+144=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA90 is #54356F. Grayscale: #BABABA. Windows color (decimal): -5518704 or 9489067. OLE color: 9489067.

HSL color Cylindrical-coordinate representation of color #ABCA90: hue angle of 92.07º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABCA90 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB171202144-
CMYK0.1500.290.21
HSL92.07º35.37%67.84%-
HSV(B)92.07º28.71%79.22%-
XYZ42.9552.9134.34-
YUV186.12104.23117.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 144 (56.64% from 255) = 27.85%
R=33.08%
G=39.07%
B=27.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021440.1500.290.2192.0735.3767.84
HexABCA90F01D155c2344
Octal253312220170352513443104
Binary10101011110010101001000011110111011010110111001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA90; }

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

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

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

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

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

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

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

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