#AFE691

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

Shades of Feijoa #AFE691

Tints of Feijoa #AFE691

Color information

#AFE691 (or 0xAFE691) is unknown color: approx Feijoa. HEX triplet: AF, E6 and 91. RGB value is (175,230,145). Sum of RGB (Red+Green+Blue) = 175+230+145=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE691 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE691 is #50196E. Grayscale: #CCCCCC. Windows color (decimal): -5249391 or 9561775. OLE color: 9561775.

HSL color Cylindrical-coordinate representation of color #AFE691: hue angle of 98.82º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFE691 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB175230145-
CMYK0.2400.370.10
HSL98.82º62.96%73.53%-
HSV(B)98.82º36.96%90.2%-
XYZ51.0967.7537.17-
YUV203.8694.78107.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 230 (90.23% from 255) = 41.82%
BLUE value IS 145 (57.03% from 255) = 26.36%
R=31.82%
G=41.82%
B=26.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752301450.2400.370.1098.8262.9673.53
HexAFE69118025A633f4a
Octal257346221300451214377112
Binary101011111110011010010001110000100101101011000111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE691; }

 p { color: rgb(175,230,145); }

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

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

 a { background-color: rgb(175,230,145); }

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

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

 span { border-color: rgb(175,230,145); }

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