#AFDC83

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

Shades of Feijoa #AFDC83

Tints of Feijoa #AFDC83

Color information

#AFDC83 (or 0xAFDC83) is unknown color: approx Feijoa. HEX triplet: AF, DC and 83. RGB value is (175,220,131). Sum of RGB (Red+Green+Blue) = 175+220+131=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC83 is #50237C. Grayscale: #C4C4C4. Windows color (decimal): -5251965 or 8641711. OLE color: 8641711.

HSL color Cylindrical-coordinate representation of color #AFDC83: hue angle of 90.34º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFDC83 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB175220131-
CMYK0.2000.400.14
HSL90.34º55.97%68.82%-
HSV(B)90.34º40.45%86.27%-
XYZ47.3761.9430.93-
YUV196.491.09112.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 220 (86.33% from 255) = 41.83%
BLUE value IS 131 (51.56% from 255) = 24.90%
R=33.27%
G=41.83%
B=24.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752201310.2000.400.1490.3455.9768.82
HexAFDC8314028E5a3845
Octal257334203240501613270105
Binary101011111101110010000011101000101000111010110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDC83; }

 p { color: rgb(175,220,131); }

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

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

 a { background-color: rgb(175,220,131); }

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

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

 span { border-color: rgb(175,220,131); }

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