Html Css Color HEX #AFD6A0 Madang

📋 copy color: '#AFD6A0'

red 175 ◦ green 214 ◦ blue 160

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

Shades of Madang #AFD6A0

Tints of Madang #AFD6A0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.98%

 BLUE value IS 160 (62.89% from 255) = 29.14%

R = 31.88%
G = 38.98%
B = 29.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#AFD6A0 (or 0xAFD6A0) is known color: Madang. HEX triplet: AF, D6 and A0. RGB value is (175,214,160). Sum of RGB (Red+Green+Blue) = 175+214+160=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD6A0 is #50295F. Grayscale: #C4C4C4. Windows color (decimal): -5253472 or 10540719. OLE color: 10540719.

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

Color convert

RGB 175 214 160 -
CMYK 0.18 0 0.25 0.16
HSL 103.33º 0.4% 0.73% -
HSV(B) 103.33º 0.25% 0.84% -
XYZ 48.07 59.75 42.26 -
YUV 196.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 175 214 160 0.18 0 0.25 0.16 103.33 0.4 0.73
Hex AF D6 A0 12 0 19 10 67 28 49
Octal 257 326 240 22 0 31 20 147 50 111
Binary 10101111 11010110 10100000 10010 0 11001 10000 1100111 101000 1001001

Color Harmonies of #AFD6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD6A0

Black with #AFD6A0

Text Example


Text Example

White with #AFD6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD6A0; }

 p { color: rgb(175,214,160); }

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

background-color css

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

 a { background-color: rgb(175,214,160); }

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

border-color css

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

 span { border-color: rgb(175,214,160); }

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