#AFD182

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

Shades of Feijoa #AFD182

Tints of Feijoa #AFD182

Color information

#AFD182 (or 0xAFD182) is unknown color: approx Feijoa. HEX triplet: AF, D1 and 82. RGB value is (175,209,130). Sum of RGB (Red+Green+Blue) = 175+209+130=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD182 is #502E7D. Grayscale: #BEBEBE. Windows color (decimal): -5254782 or 8573359. OLE color: 8573359.

HSL color Cylindrical-coordinate representation of color #AFD182: hue angle of 85.82º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFD182 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB175209130-
CMYK0.1600.380.18
HSL85.82º46.2%66.47%-
HSV(B)85.82º37.8%81.96%-
XYZ44.5156.3329.65-
YUV189.8394.24117.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 209 (82.03% from 255) = 40.66%
BLUE value IS 130 (51.17% from 255) = 25.29%
R=34.05%
G=40.66%
B=25.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091300.1600.380.1885.8246.266.47
HexAFD1821002612562e42
Octal257321202200462212656102
Binary1010111111010001100000101000001001101001010101101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD182; }

 p { color: rgb(175,209,130); }

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

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

 a { background-color: rgb(175,209,130); }

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

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

 span { border-color: rgb(175,209,130); }

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