#AFE180

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

Shades of Feijoa #AFE180

Tints of Feijoa #AFE180

Color information

#AFE180 (or 0xAFE180) is unknown color: approx Feijoa. HEX triplet: AF, E1 and 80. RGB value is (175,225,128). Sum of RGB (Red+Green+Blue) = 175+225+128=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE180 is #501E7F. Grayscale: #C7C7C7. Windows color (decimal): -5250688 or 8446383. OLE color: 8446383.

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

Color convert

RGB175225128-
CMYK0.2200.430.12
HSL90.93º61.78%69.22%-
HSV(B)90.93º43.11%88.24%-
XYZ48.564.5230.32-
YUV198.9987.94110.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 225 (88.28% from 255) = 42.61%
BLUE value IS 128 (50.39% from 255) = 24.24%
R=33.14%
G=42.61%
B=24.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251280.2200.430.1290.9361.7869.22
HexAFE1801602BC5b3e45
Octal257341200260531413376105
Binary101011111110000110000000101100101011110010110111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE180; }

 p { color: rgb(175,225,128); }

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

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

 a { background-color: rgb(175,225,128); }

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

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

 span { border-color: rgb(175,225,128); }

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