#AFDE82

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

Shades of Feijoa #AFDE82

Tints of Feijoa #AFDE82

Color information

#AFDE82 (or 0xAFDE82) is unknown color: approx Feijoa. HEX triplet: AF, DE and 82. RGB value is (175,222,130). Sum of RGB (Red+Green+Blue) = 175+222+130=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE82 is #50217D. Grayscale: #C5C5C5. Windows color (decimal): -5251454 or 8576687. OLE color: 8576687.

HSL color Cylindrical-coordinate representation of color #AFDE82: hue angle of 90.65º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFDE82 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB175222130-
CMYK0.2100.410.13
HSL90.65º58.23%69.02%-
HSV(B)90.65º41.44%87.06%-
XYZ47.8362.9730.75-
YUV197.4689.93111.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 222 (87.11% from 255) = 42.13%
BLUE value IS 130 (51.17% from 255) = 24.67%
R=33.21%
G=42.13%
B=24.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221300.2100.410.1390.6558.2369.02
HexAFDE8215029D5b3a45
Octal257336202250511513372105
Binary101011111101111010000010101010101001110110110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDE82; }

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

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

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

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

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

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

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

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