#AFD590

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

Shades of Feijoa #AFD590

Tints of Feijoa #AFD590

Color information

#AFD590 (or 0xAFD590) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 90. RGB value is (175,213,144). Sum of RGB (Red+Green+Blue) = 175+213+144=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD590 is #502A6F. Grayscale: #C2C2C2. Windows color (decimal): -5253744 or 9491887. OLE color: 9491887.

HSL color Cylindrical-coordinate representation of color #AFD590: hue angle of 93.04º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFD590 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB175213144-
CMYK0.1800.320.16
HSL93.04º45.1%70%-
HSV(B)93.04º32.39%83.53%-
XYZ46.5158.7235.27-
YUV193.7799.91114.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 213 (83.59% from 255) = 40.04%
BLUE value IS 144 (56.64% from 255) = 27.07%
R=32.89%
G=40.04%
B=27.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131440.1800.320.1693.0445.170
HexAFD59012020105d2d46
Octal257325220220402013555106
Binary1010111111010101100100001001001000001000010111011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD590; }

 p { color: rgb(175,213,144); }

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

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

 a { background-color: rgb(175,213,144); }

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

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

 span { border-color: rgb(175,213,144); }

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