#AFE09C

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

Shades of Madang #AFE09C

Tints of Madang #AFE09C

Color information

#AFE09C (or 0xAFE09C) is unknown color: approx Madang. HEX triplet: AF, E0 and 9C. RGB value is (175,224,156). Sum of RGB (Red+Green+Blue) = 175+224+156=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE09C is #501F63. Grayscale: #C9C9C9. Windows color (decimal): -5250916 or 10281135. OLE color: 10281135.

HSL color Cylindrical-coordinate representation of color #AFE09C: hue angle of 103.24º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE09C is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB175224156-
CMYK0.2200.300.12
HSL103.24º52.31%74.51%-
HSV(B)103.24º30.36%87.84%-
XYZ50.3464.8341.31-
YUV201.6102.27109.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 224 (87.89% from 255) = 40.36%
BLUE value IS 156 (61.33% from 255) = 28.11%
R=31.53%
G=40.36%
B=28.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752241560.2200.300.12103.2452.3174.51
HexAFE09C1601EC67344b
Octal257340234260361414764113
Binary10101111111000001001110010110011110110011001111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE09C; }

 p { color: rgb(175,224,156); }

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

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

 a { background-color: rgb(175,224,156); }

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

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

 span { border-color: rgb(175,224,156); }

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