#ABCA95

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

Shades of Feijoa #ABCA95

Tints of Feijoa #ABCA95

Color information

#ABCA95 (or 0xABCA95) is unknown color: approx Feijoa. HEX triplet: AB, CA and 95. RGB value is (171,202,149). Sum of RGB (Red+Green+Blue) = 171+202+149=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA95 is #54356A. Grayscale: #BABABA. Windows color (decimal): -5518699 or 9816747. OLE color: 9816747.

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

Color convert

RGB171202149-
CMYK0.1500.260.21
HSL95.09º33.33%68.82%-
HSV(B)95.09º26.24%79.22%-
XYZ43.3453.0736.39-
YUV186.69106.73116.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=32.76%
G=38.70%
B=28.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021490.1500.260.2195.0933.3368.82
HexABCA95F01A155f2145
Octal253312225170322513741105
Binary10101011110010101001010111110110101010110111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA95; }

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

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

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

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

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

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

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

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