#AFE090

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

Shades of Feijoa #AFE090

Tints of Feijoa #AFE090

Color information

#AFE090 (or 0xAFE090) is unknown color: approx Feijoa. HEX triplet: AF, E0 and 90. RGB value is (175,224,144). Sum of RGB (Red+Green+Blue) = 175+224+144=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE090 is #501F6F. Grayscale: #C8C8C8. Windows color (decimal): -5250928 or 9494703. OLE color: 9494703.

HSL color Cylindrical-coordinate representation of color #AFE090: hue angle of 96.75º degrees, saturation: 0.56, 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 #AFE090 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB175224144-
CMYK0.2200.360.12
HSL96.75º56.34%72.16%-
HSV(B)96.75º35.71%87.84%-
XYZ49.3764.4436.22-
YUV200.2396.27110-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 144 (56.64% from 255) = 26.52%
R=32.23%
G=41.25%
B=26.52%

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
Decimal1752241440.2200.360.1296.7556.3472.16
HexAFE09016024C613848
Octal257340220260441414170110
Binary101011111110000010010000101100100100110011000011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE090; }

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

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

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

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

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

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

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

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