Html Css Color HEX #AFD4A0 Madang

📋 copy color: '#AFD4A0'

red 175 ◦ green 212 ◦ blue 160

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

Shades of Madang #AFD4A0

Tints of Madang #AFD4A0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.76%

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

R = 31.99%
G = 38.76%
B = 29.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#AFD4A0 (or 0xAFD4A0) is known color: Madang. HEX triplet: AF, D4 and A0. RGB value is (175,212,160). Sum of RGB (Red+Green+Blue) = 175+212+160=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD4A0 is #502B5F. Grayscale: #C3C3C3. Windows color (decimal): -5253984 or 10540207. OLE color: 10540207.

HSL color Cylindrical-coordinate representation of color #AFD4A0: hue angle of 102.69º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD4A0 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 160 -
CMYK 0.17 0 0.25 0.17
HSL 102.69º 0.38% 0.73% -
HSV(B) 102.69º 0.25% 0.83% -
XYZ 47.57 58.74 42.09 -
YUV 195.01 108.24 113.73 -
System Red Green Blue C M Y K H S L
Decimal 175 212 160 0.17 0 0.25 0.17 102.69 0.38 0.73
Hex AF D4 A0 11 0 19 11 67 26 49
Octal 257 324 240 21 0 31 21 147 46 111
Binary 10101111 11010100 10100000 10001 0 11001 10001 1100111 100110 1001001

Color Harmonies of #AFD4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD4A0

Black with #AFD4A0

Text Example


Text Example

White with #AFD4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD4A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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