Html Css Color HEX #AFD0A2 Madang

📋 copy color: '#AFD0A2'

red 175 ◦ green 208 ◦ blue 162

#AFD0A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #AFD0A2

Tints of Madang #AFD0A2

RGB

 RED value IS 175 (68.75% from 255) = 32.11%

 GREEN value IS 208 (81.64% from 255) = 38.17%

 BLUE value IS 162 (63.67% from 255) = 29.72%

R = 32.11%
G = 38.17%
B = 29.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#AFD0A2 (or 0xAFD0A2) is known color: Madang. HEX triplet: AF, D0 and A2. RGB value is (175,208,162). Sum of RGB (Red+Green+Blue) = 175+208+162=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD0A2 is #502F5D. Grayscale: #C1C1C1. Windows color (decimal): -5255006 or 10670255. OLE color: 10670255.

HSL color Cylindrical-coordinate representation of color #AFD0A2: hue angle of 103.04º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFD0A2 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 208 162 -
CMYK 0.16 0 0.22 0.18
HSL 103.04º 0.33% 0.73% -
HSV(B) 103.04º 0.22% 0.82% -
XYZ 46.76 56.83 42.69 -
YUV 192.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 175 208 162 0.16 0 0.22 0.18 103.04 0.33 0.73
Hex AF D0 A2 10 0 16 12 67 21 49
Octal 257 320 242 20 0 26 22 147 41 111
Binary 10101111 11010000 10100010 10000 0 10110 10010 1100111 100001 1001001

Color Harmonies of #AFD0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0A2

Black with #AFD0A2

Text Example


Text Example

White with #AFD0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0A2; }

 p { color: rgb(175,208,162); }

 H1.HeaderClassName
 {
   color: #AFD0A2;
 }
 .AnyTagClassName
 {
   color: #AFD0A2;
 }
</style>

background-color css

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

 a { background-color: rgb(175,208,162); }

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

border-color css

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

 span { border-color: rgb(175,208,162); }

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