#AFE173

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

Shades of Feijoa #AFE173

Tints of Feijoa #AFE173

Color information

#AFE173 (or 0xAFE173) is unknown color: approx Feijoa. HEX triplet: AF, E1 and 73. RGB value is (175,225,115). Sum of RGB (Red+Green+Blue) = 175+225+115=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE173 is #501E8C. Grayscale: #C5C5C5. Windows color (decimal): -5250701 or 7594415. OLE color: 7594415.

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

Color convert

RGB175225115-
CMYK0.2200.490.12
HSL87.27º64.71%66.67%-
HSV(B)87.27º48.89%88.24%-
XYZ47.764.226.1-
YUV197.5181.44111.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 225 (88.28% from 255) = 43.69%
BLUE value IS 115 (45.31% from 255) = 22.33%
R=33.98%
G=43.69%
B=22.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251150.2200.490.1287.2764.7166.67
HexAFE17316031C574143
Octal2573411632606114127101103
Binary101011111110000111100111011001100011100101011110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE173; }

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

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

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

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

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

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

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

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