#AFED9A

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

Shades of Madang #AFED9A

Tints of Madang #AFED9A

Color information

#AFED9A (or 0xAFED9A) is unknown color: approx Madang. HEX triplet: AF, ED and 9A. RGB value is (175,237,154). Sum of RGB (Red+Green+Blue) = 175+237+154=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFED9A is #501265. Grayscale: #D1D1D1. Windows color (decimal): -5247590 or 10153391. OLE color: 10153391.

HSL color Cylindrical-coordinate representation of color #AFED9A: hue angle of 104.82º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFED9A is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB175237154-
CMYK0.2600.350.07
HSL104.82º69.75%76.67%-
HSV(B)104.82º35.02%92.94%-
XYZ53.872.0241.64-
YUV20996.96103.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 237 (92.97% from 255) = 41.87%
BLUE value IS 154 (60.55% from 255) = 27.21%
R=30.92%
G=41.87%
B=27.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752371540.2600.350.07104.8269.7576.67
HexAFED9A1A023769464d
Octal257355232320437151106115
Binary101011111110110110011010110100100011111110100110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED9A; }

 p { color: rgb(175,237,154); }

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

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

 a { background-color: rgb(175,237,154); }

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

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

 span { border-color: rgb(175,237,154); }

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