#AFE17D

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

Shades of Feijoa #AFE17D

Tints of Feijoa #AFE17D

Color information

#AFE17D (or 0xAFE17D) is unknown color: approx Feijoa. HEX triplet: AF, E1 and 7D. RGB value is (175,225,125). Sum of RGB (Red+Green+Blue) = 175+225+125=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE17D is #501E82. Grayscale: #C7C7C7. Windows color (decimal): -5250691 or 8249775. OLE color: 8249775.

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

Color convert

RGB175225125-
CMYK0.2200.440.12
HSL90º62.5%68.63%-
HSV(B)90º44.44%88.24%-
XYZ48.3164.4529.3-
YUV198.6586.44111.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 225 (88.28% from 255) = 42.86%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=33.33%
G=42.86%
B=23.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251250.2200.440.129062.568.63
HexAFE17D1602CC5a3e45
Octal257341175260541413276105
Binary10101111111000011111101101100101100110010110101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE17D; }

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

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

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

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

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

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

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

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