#AFE493

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

Shades of Feijoa #AFE493

Tints of Feijoa #AFE493

Color information

#AFE493 (or 0xAFE493) is unknown color: approx Feijoa. HEX triplet: AF, E4 and 93. RGB value is (175,228,147). Sum of RGB (Red+Green+Blue) = 175+228+147=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE493 is #501B6C. Grayscale: #CBCBCB. Windows color (decimal): -5249901 or 9692335. OLE color: 9692335.

HSL color Cylindrical-coordinate representation of color #AFE493: hue angle of 99.26º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFE493 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB175228147-
CMYK0.2300.360.11
HSL99.26º60%73.53%-
HSV(B)99.26º35.53%89.41%-
XYZ50.6966.7137.81-
YUV202.9296.44108.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 228 (89.45% from 255) = 41.45%
BLUE value IS 147 (57.81% from 255) = 26.73%
R=31.82%
G=41.45%
B=26.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752281470.2300.360.1199.266073.53
HexAFE49317024B633c4a
Octal257344223270441314374112
Binary101011111110010010010011101110100100101111000111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE493; }

 p { color: rgb(175,228,147); }

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

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

 a { background-color: rgb(175,228,147); }

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

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

 span { border-color: rgb(175,228,147); }

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