#ABE375

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

Shades of Feijoa #ABE375

Tints of Feijoa #ABE375

Color information

#ABE375 (or 0xABE375) is unknown color: approx Feijoa. HEX triplet: AB, E3 and 75. RGB value is (171,227,117). Sum of RGB (Red+Green+Blue) = 171+227+117=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE375 is #541C8A. Grayscale: #C6C6C6. Windows color (decimal): -5512331 or 7725995. OLE color: 7725995.

HSL color Cylindrical-coordinate representation of color #ABE375: hue angle of 90.55º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABE375 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB171227117-
CMYK0.2500.480.11
HSL90.55º66.27%67.45%-
HSV(B)90.55º48.46%89.02%-
XYZ47.4764.8826.85-
YUV197.7282.45108.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 227 (89.06% from 255) = 44.08%
BLUE value IS 117 (46.09% from 255) = 22.72%
R=33.20%
G=44.08%
B=22.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712271170.2500.480.1190.5566.2767.45
HexABE37519030B5b4243
Octal2533431653106013133102103
Binary101010111110001111101011100101100001011101101110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE375; }

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

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

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

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

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

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

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

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