#AFD291

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

Shades of Feijoa #AFD291

Tints of Feijoa #AFD291

Color information

#AFD291 (or 0xAFD291) is unknown color: approx Feijoa. HEX triplet: AF, D2 and 91. RGB value is (175,210,145). Sum of RGB (Red+Green+Blue) = 175+210+145=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD291 is #502D6E. Grayscale: #C0C0C0. Windows color (decimal): -5254511 or 9556655. OLE color: 9556655.

HSL color Cylindrical-coordinate representation of color #AFD291: hue angle of 92.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFD291 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB175210145-
CMYK0.1700.310.18
HSL92.31º41.94%69.61%-
HSV(B)92.31º30.95%82.35%-
XYZ45.8457.2535.42-
YUV192.12101.4115.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 210 (82.42% from 255) = 39.62%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=33.02%
G=39.62%
B=27.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101450.1700.310.1892.3141.9469.61
HexAFD2911101F125c2a46
Octal257322221210372213452106
Binary101011111101001010010001100010111111001010111001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD291; }

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

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

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

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

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

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

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

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