#AFD390

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

Shades of Feijoa #AFD390

Tints of Feijoa #AFD390

Color information

#AFD390 (or 0xAFD390) is unknown color: approx Feijoa. HEX triplet: AF, D3 and 90. RGB value is (175,211,144). Sum of RGB (Red+Green+Blue) = 175+211+144=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD390 is #502C6F. Grayscale: #C0C0C0. Windows color (decimal): -5254256 or 9491375. OLE color: 9491375.

HSL color Cylindrical-coordinate representation of color #AFD390: hue angle of 92.24º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFD390 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB175211144-
CMYK0.1700.320.17
HSL92.24º43.23%69.61%-
HSV(B)92.24º31.75%82.75%-
XYZ46.0157.7235.1-
YUV192.6100.57115.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 144 (56.64% from 255) = 27.17%
R=33.02%
G=39.81%
B=27.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752111440.1700.320.1792.2443.2369.61
HexAFD39011020115c2b46
Octal257323220210402113453106
Binary1010111111010011100100001000101000001000110111001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD390; }

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

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

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

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

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

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

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

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