Html Css Color HEX #AFDCA2 Madang

📋 copy color: '#AFDCA2'

red 175 ◦ green 220 ◦ blue 162

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

Shades of Madang #AFDCA2

Tints of Madang #AFDCA2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.5%

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

R = 31.42%
G = 39.5%
B = 29.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#AFDCA2 (or 0xAFDCA2) is known color: Madang. HEX triplet: AF, DC and A2. RGB value is (175,220,162). Sum of RGB (Red+Green+Blue) = 175+220+162=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDCA2 is #50235D. Grayscale: #C8C8C8. Windows color (decimal): -5251934 or 10673327. OLE color: 10673327.

HSL color Cylindrical-coordinate representation of color #AFDCA2: hue angle of 106.55º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDCA2 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 162 -
CMYK 0.20 0 0.26 0.14
HSL 106.55º 0.45% 0.75% -
HSV(B) 106.55º 0.26% 0.86% -
XYZ 49.79 62.91 43.7 -
YUV 199.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 175 220 162 0.20 0 0.26 0.14 106.55 0.45 0.75
Hex AF DC A2 14 0 1A E 6B 2D 4B
Octal 257 334 242 24 0 32 16 153 55 113
Binary 10101111 11011100 10100010 10100 0 11010 1110 1101011 101101 1001011

Color Harmonies of #AFDCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCA2

Black with #AFDCA2

Text Example


Text Example

White with #AFDCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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