#ABEA85

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

Shades of Feijoa #ABEA85

Tints of Feijoa #ABEA85

Color information

#ABEA85 (or 0xABEA85) is unknown color: approx Feijoa. HEX triplet: AB, EA and 85. RGB value is (171,234,133). Sum of RGB (Red+Green+Blue) = 171+234+133=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEA85 is #54157A. Grayscale: #CBCBCB. Windows color (decimal): -5510523 or 8776363. OLE color: 8776363.

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

Color convert

RGB171234133-
CMYK0.2700.430.08
HSL97.43º70.63%71.96%-
HSV(B)97.43º43.16%91.76%-
XYZ50.4569.232.89-
YUV203.6588.13104.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 234 (91.80% from 255) = 43.49%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=31.78%
G=43.49%
B=24.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712341330.2700.430.0897.4370.6371.96
HexABEA851B02B8614748
Octal2533522053305310141107110
Binary1010101111101010100001011101101010111000110000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEA85; }

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

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

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

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

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

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

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

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