#AFE17C

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

Shades of Feijoa #AFE17C

Tints of Feijoa #AFE17C

Color information

#AFE17C (or 0xAFE17C) is unknown color: approx Feijoa. HEX triplet: AF, E1 and 7C. RGB value is (175,225,124). Sum of RGB (Red+Green+Blue) = 175+225+124=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE17C is #501E83. Grayscale: #C6C6C6. Windows color (decimal): -5250692 or 8184239. OLE color: 8184239.

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

Color convert

RGB175225124-
CMYK0.2200.450.12
HSL89.7º62.73%68.43%-
HSV(B)89.7º44.89%88.24%-
XYZ48.2464.4228.96-
YUV198.5485.94111.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 225 (88.28% from 255) = 42.94%
BLUE value IS 124 (48.83% from 255) = 23.66%
R=33.40%
G=42.94%
B=23.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251240.2200.450.1289.762.7368.43
HexAFE17C1602DC5a3f44
Octal257341174260551413277104
Binary10101111111000011111100101100101101110010110101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE17C; }

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

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

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

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

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

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

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

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