#AFE08F

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

Shades of Feijoa #AFE08F

Tints of Feijoa #AFE08F

Color information

#AFE08F (or 0xAFE08F) is unknown color: approx Feijoa. HEX triplet: AF, E0 and 8F. RGB value is (175,224,143). Sum of RGB (Red+Green+Blue) = 175+224+143=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE08F is #501F70. Grayscale: #C8C8C8. Windows color (decimal): -5250929 or 9429167. OLE color: 9429167.

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

Color convert

RGB175224143-
CMYK0.2200.360.12
HSL96.3º56.64%71.96%-
HSV(B)96.3º36.16%87.84%-
XYZ49.2964.4135.82-
YUV200.1195.77110.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 224 (87.89% from 255) = 41.33%
BLUE value IS 143 (56.25% from 255) = 26.38%
R=32.29%
G=41.33%
B=26.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752241430.2200.360.1296.356.6471.96
HexAFE08F16024C603948
Octal257340217260441414071110
Binary101011111110000010001111101100100100110011000001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE08F; }

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

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

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

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

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

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

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

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