Html Css Color HEX #AFD3A7 Madang

📋 copy color: '#AFD3A7'

red 175 ◦ green 211 ◦ blue 167

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

Shades of Madang #AFD3A7

Tints of Madang #AFD3A7

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.16%

 BLUE value IS 167 (65.63% from 255) = 30.2%

R = 31.65%
G = 38.16%
B = 30.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#AFD3A7 (or 0xAFD3A7) is known color: Madang. HEX triplet: AF, D3 and A7. RGB value is (175,211,167). Sum of RGB (Red+Green+Blue) = 175+211+167=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 167 (65.62% from 255 or 30.20% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD3A7 is #502C58. Grayscale: #C3C3C3. Windows color (decimal): -5254233 or 10998703. OLE color: 10998703.

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

Color convert

RGB 175 211 167 -
CMYK 0.17 0 0.21 0.17
HSL 109.09º 0.33% 0.74% -
HSV(B) 109.09º 0.21% 0.83% -
XYZ 47.95 58.49 45.32 -
YUV 195.22 112.07 113.58 -
System Red Green Blue C M Y K H S L
Decimal 175 211 167 0.17 0 0.21 0.17 109.09 0.33 0.74
Hex AF D3 A7 11 0 15 11 6D 21 4A
Octal 257 323 247 21 0 25 21 155 41 112
Binary 10101111 11010011 10100111 10001 0 10101 10001 1101101 100001 1001010

Color Harmonies of #AFD3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD3A7

Black with #AFD3A7

Text Example


Text Example

White with #AFD3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD3A7; }

 p { color: rgb(175,211,167); }

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

background-color css

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

 a { background-color: rgb(175,211,167); }

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

border-color css

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

 span { border-color: rgb(175,211,167); }

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