#AFE17A

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

Shades of Feijoa #AFE17A

Tints of Feijoa #AFE17A

Color information

#AFE17A (or 0xAFE17A) is unknown color: approx Feijoa. HEX triplet: AF, E1 and 7A. RGB value is (175,225,122). Sum of RGB (Red+Green+Blue) = 175+225+122=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE17A is #501E85. Grayscale: #C6C6C6. Windows color (decimal): -5250694 or 8053167. OLE color: 8053167.

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

Color convert

RGB175225122-
CMYK0.2200.460.12
HSL89.13º63.19%68.04%-
HSV(B)89.13º45.78%88.24%-
XYZ48.1264.3728.3-
YUV198.3184.94111.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 225 (88.28% from 255) = 43.10%
BLUE value IS 122 (48.05% from 255) = 23.37%
R=33.52%
G=43.10%
B=23.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251220.2200.460.1289.1363.1968.04
HexAFE17A1602EC593f44
Octal257341172260561413177104
Binary10101111111000011111010101100101110110010110011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE17A; }

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

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

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

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

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

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

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

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