#AFD882

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

Shades of Feijoa #AFD882

Tints of Feijoa #AFD882

Color information

#AFD882 (or 0xAFD882) is unknown color: approx Feijoa. HEX triplet: AF, D8 and 82. RGB value is (175,216,130). Sum of RGB (Red+Green+Blue) = 175+216+130=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD882 is #50277D. Grayscale: #C2C2C2. Windows color (decimal): -5252990 or 8575151. OLE color: 8575151.

HSL color Cylindrical-coordinate representation of color #AFD882: hue angle of 88.6º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFD882 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB175216130-
CMYK0.1900.400.15
HSL88.6º52.44%67.84%-
HSV(B)88.6º39.81%84.71%-
XYZ46.2659.8430.23-
YUV193.9491.92114.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 216 (84.77% from 255) = 41.46%
BLUE value IS 130 (51.17% from 255) = 24.95%
R=33.59%
G=41.46%
B=24.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161300.1900.400.1588.652.4467.84
HexAFD88213028F593444
Octal257330202230501713164104
Binary101011111101100010000010100110101000111110110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD882; }

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

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

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

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

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

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

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

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