#AFF396

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

Shades of Madang #AFF396

Tints of Madang #AFF396

Color information

#AFF396 (or 0xAFF396) is unknown color: approx Madang. HEX triplet: AF, F3 and 96. RGB value is (175,243,150). Sum of RGB (Red+Green+Blue) = 175+243+150=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF396 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF396 is #500C69. Grayscale: #D4D4D4. Windows color (decimal): -5246058 or 9892783. OLE color: 9892783.

HSL color Cylindrical-coordinate representation of color #AFF396: hue angle of 103.87º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFF396 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB175243150-
CMYK0.2800.380.05
HSL103.87º79.49%77.06%-
HSV(B)103.87º38.27%95.29%-
XYZ55.2375.4240.5-
YUV212.0792.97101.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 243 (95.31% from 255) = 42.78%
BLUE value IS 150 (58.98% from 255) = 26.41%
R=30.81%
G=42.78%
B=26.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752431500.2800.380.05103.8779.4977.06
HexAFF3961C0265684f4d
Octal257363226340465150117115
Binary101011111111001110010110111000100110101110100010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF396; }

 p { color: rgb(175,243,150); }

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

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

 a { background-color: rgb(175,243,150); }

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

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

 span { border-color: rgb(175,243,150); }

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