#AFE08C

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

Shades of Feijoa #AFE08C

Tints of Feijoa #AFE08C

Color information

#AFE08C (or 0xAFE08C) is unknown color: approx Feijoa. HEX triplet: AF, E0 and 8C. RGB value is (175,224,140). Sum of RGB (Red+Green+Blue) = 175+224+140=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE08C is #501F73. Grayscale: #C8C8C8. Windows color (decimal): -5250932 or 9232559. OLE color: 9232559.

HSL color Cylindrical-coordinate representation of color #AFE08C: hue angle of 95º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFE08C is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB175224140-
CMYK0.2200.380.12
HSL95º57.53%71.37%-
HSV(B)95º37.5%87.84%-
XYZ49.0764.3234.64-
YUV199.7794.27110.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 224 (87.89% from 255) = 41.56%
BLUE value IS 140 (55.08% from 255) = 25.97%
R=32.47%
G=41.56%
B=25.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752241400.2200.380.129557.5371.37
HexAFE08C16026C5f3a47
Octal257340214260461413772107
Binary101011111110000010001100101100100110110010111111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE08C; }

 p { color: rgb(175,224,140); }

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

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

 a { background-color: rgb(175,224,140); }

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

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

 span { border-color: rgb(175,224,140); }

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