Html Css Color HEX #AFD49D Madang

📋 copy color: '#AFD49D'

red 175 ◦ green 212 ◦ blue 157

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

Shades of Madang #AFD49D

Tints of Madang #AFD49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.86%

R = 32.17%
G = 38.97%
B = 28.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#AFD49D (or 0xAFD49D) is known color: Madang. HEX triplet: AF, D4 and 9D. RGB value is (175,212,157). Sum of RGB (Red+Green+Blue) = 175+212+157=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD49D is #502B62. Grayscale: #C2C2C2. Windows color (decimal): -5253987 or 10343599. OLE color: 10343599.

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

Color convert

RGB 175 212 157 -
CMYK 0.17 0 0.26 0.17
HSL 100.36º 0.39% 0.72% -
HSV(B) 100.36º 0.26% 0.83% -
XYZ 47.31 58.64 40.72 -
YUV 194.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 175 212 157 0.17 0 0.26 0.17 100.36 0.39 0.72
Hex AF D4 9D 11 0 1A 11 64 27 48
Octal 257 324 235 21 0 32 21 144 47 110
Binary 10101111 11010100 10011101 10001 0 11010 10001 1100100 100111 1001000

Color Harmonies of #AFD49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD49D

Black with #AFD49D

Text Example


Text Example

White with #AFD49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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