#ABEA75

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

Shades of Feijoa #ABEA75

Tints of Feijoa #ABEA75

Color information

#ABEA75 (or 0xABEA75) is unknown color: approx Feijoa. HEX triplet: AB, EA and 75. RGB value is (171,234,117). Sum of RGB (Red+Green+Blue) = 171+234+117=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEA75 is #54158A. Grayscale: #CACACA. Windows color (decimal): -5510539 or 7727787. OLE color: 7727787.

HSL color Cylindrical-coordinate representation of color #ABEA75: hue angle of 92.31º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABEA75 is Cyan = 0.27, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB171234117-
CMYK0.2700.50.08
HSL92.31º73.58%68.82%-
HSV(B)92.31º50%91.76%-
XYZ49.4368.7927.5-
YUV201.8280.13106.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 234 (91.80% from 255) = 44.83%
BLUE value IS 117 (46.09% from 255) = 22.41%
R=32.76%
G=44.83%
B=22.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712341170.2700.50.0892.3173.5868.82
HexABEA751B03285c4a45
Octal2533521653306210134112105
Binary101010111110101011101011101101100101000101110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEA75; }

 p { color: rgb(171,234,117); }

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

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

 a { background-color: rgb(171,234,117); }

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

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

 span { border-color: rgb(171,234,117); }

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