#AFE488

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

Shades of Feijoa #AFE488

Tints of Feijoa #AFE488

Color information

#AFE488 (or 0xAFE488) is unknown color: approx Feijoa. HEX triplet: AF, E4 and 88. RGB value is (175,228,136). Sum of RGB (Red+Green+Blue) = 175+228+136=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE488 is #501B77. Grayscale: #C9C9C9. Windows color (decimal): -5249912 or 8971439. OLE color: 8971439.

HSL color Cylindrical-coordinate representation of color #AFE488: hue angle of 94.57º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFE488 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB175228136-
CMYK0.2300.400.11
HSL94.57º63.01%71.37%-
HSV(B)94.57º40.35%89.41%-
XYZ49.8766.3833.48-
YUV201.6690.94108.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 136 (53.52% from 255) = 25.23%
R=32.47%
G=42.30%
B=25.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752281360.2300.400.1194.5763.0171.37
HexAFE48817028B5f3f47
Octal257344210270501313777107
Binary101011111110010010001000101110101000101110111111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE488; }

 p { color: rgb(175,228,136); }

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

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

 a { background-color: rgb(175,228,136); }

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

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

 span { border-color: rgb(175,228,136); }

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