Html Css Color HEX #AFD1A4 Madang

📋 copy color: '#AFD1A4'

red 175 ◦ green 209 ◦ blue 164

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

Shades of Madang #AFD1A4

Tints of Madang #AFD1A4

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.14%

 BLUE value IS 164 (64.45% from 255) = 29.93%

R = 31.93%
G = 38.14%
B = 29.93%

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

#AFD1A4 (or 0xAFD1A4) is known color: Madang. HEX triplet: AF, D1 and A4. RGB value is (175,209,164). Sum of RGB (Red+Green+Blue) = 175+209+164=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD1A4 is #502E5B. Grayscale: #C1C1C1. Windows color (decimal): -5254748 or 10801583. OLE color: 10801583.

HSL color Cylindrical-coordinate representation of color #AFD1A4: hue angle of 105.33º 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 #AFD1A4 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 209 164 -
CMYK 0.16 0 0.22 0.18
HSL 105.33º 0.33% 0.73% -
HSV(B) 105.33º 0.22% 0.82% -
XYZ 47.18 57.4 43.71 -
YUV 193.7 111.24 114.66 -
System Red Green Blue C M Y K H S L
Decimal 175 209 164 0.16 0 0.22 0.18 105.33 0.33 0.73
Hex AF D1 A4 10 0 16 12 69 21 49
Octal 257 321 244 20 0 26 22 151 41 111
Binary 10101111 11010001 10100100 10000 0 10110 10010 1101001 100001 1001001

Color Harmonies of #AFD1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD1A4

Black with #AFD1A4

Text Example


Text Example

White with #AFD1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD1A4; }

 p { color: rgb(175,209,164); }

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

background-color css

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

 a { background-color: rgb(175,209,164); }

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

border-color css

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

 span { border-color: rgb(175,209,164); }

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