#AFDD82

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

Shades of Feijoa #AFDD82

Tints of Feijoa #AFDD82

Color information

#AFDD82 (or 0xAFDD82) is unknown color: approx Feijoa. HEX triplet: AF, DD and 82. RGB value is (175,221,130). Sum of RGB (Red+Green+Blue) = 175+221+130=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD82 is #50227D. Grayscale: #C5C5C5. Windows color (decimal): -5251710 or 8576431. OLE color: 8576431.

HSL color Cylindrical-coordinate representation of color #AFDD82: hue angle of 90.33º degrees, saturation: 0.57, 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 #AFDD82 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB175221130-
CMYK0.2100.410.13
HSL90.33º57.23%68.82%-
HSV(B)90.33º41.18%86.67%-
XYZ47.5662.4430.66-
YUV196.8790.26112.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 130 (51.17% from 255) = 24.71%
R=33.27%
G=42.02%
B=24.71%

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
Decimal1752211300.2100.410.1390.3357.2368.82
HexAFDD8215029D5a3945
Octal257335202250511513271105
Binary101011111101110110000010101010101001110110110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDD82; }

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

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

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

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

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

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

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

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