#AFE397

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

Shades of Madang #AFE397

Tints of Madang #AFE397

Color information

#AFE397 (or 0xAFE397) is unknown color: approx Madang. HEX triplet: AF, E3 and 97. RGB value is (175,227,151). Sum of RGB (Red+Green+Blue) = 175+227+151=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE397 is #501C68. Grayscale: #CBCBCB. Windows color (decimal): -5250153 or 9954223. OLE color: 9954223.

HSL color Cylindrical-coordinate representation of color #AFE397: hue angle of 101.05º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFE397 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB175227151-
CMYK0.2300.330.11
HSL101.05º57.58%74.12%-
HSV(B)101.05º33.48%89.02%-
XYZ50.7366.2939.4-
YUV202.7998.77108.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 227 (89.06% from 255) = 41.05%
BLUE value IS 151 (59.38% from 255) = 27.31%
R=31.65%
G=41.05%
B=27.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752271510.2300.330.11101.0557.5874.12
HexAFE39717021B653a4a
Octal257343227270411314572112
Binary101011111110001110010111101110100001101111001011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE397; }

 p { color: rgb(175,227,151); }

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

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

 a { background-color: rgb(175,227,151); }

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

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

 span { border-color: rgb(175,227,151); }

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