#AFF19D

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

Shades of Madang #AFF19D

Tints of Madang #AFF19D

Color information

#AFF19D (or 0xAFF19D) is unknown color: approx Madang. HEX triplet: AF, F1 and 9D. RGB value is (175,241,157). Sum of RGB (Red+Green+Blue) = 175+241+157=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF19D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF19D is #500E62. Grayscale: #D3D3D3. Windows color (decimal): -5246563 or 10351023. OLE color: 10351023.

HSL color Cylindrical-coordinate representation of color #AFF19D: hue angle of 107.14º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFF19D is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB175241157-
CMYK0.2700.350.05
HSL107.14º75%78.04%-
HSV(B)107.14º34.85%94.51%-
XYZ55.2274.4643.36-
YUV211.6997.13101.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 241 (94.53% from 255) = 42.06%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=30.54%
G=42.06%
B=27.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411570.2700.350.05107.147578.04
HexAFF19D1B02356b4b4e
Octal257361235330435153113116
Binary101011111111000110011101110110100011101110101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF19D; }

 p { color: rgb(175,241,157); }

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

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

 a { background-color: rgb(175,241,157); }

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

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

 span { border-color: rgb(175,241,157); }

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