Html Css Color HEX #AFD49E Madang

📋 copy color: '#AFD49E'

red 175 ◦ green 212 ◦ blue 158

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

Shades of Madang #AFD49E

Tints of Madang #AFD49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.99%

R = 32.11%
G = 38.9%
B = 28.99%

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

#AFD49E (or 0xAFD49E) is known color: Madang. HEX triplet: AF, D4 and 9E. RGB value is (175,212,158). Sum of RGB (Red+Green+Blue) = 175+212+158=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD49E is #502B61. Grayscale: #C2C2C2. Windows color (decimal): -5253986 or 10409135. OLE color: 10409135.

HSL color Cylindrical-coordinate representation of color #AFD49E: hue angle of 101.11º degrees, saturation: 0.39, 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 #AFD49E is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 158 -
CMYK 0.17 0 0.25 0.17
HSL 101.11º 0.39% 0.73% -
HSV(B) 101.11º 0.25% 0.83% -
XYZ 47.39 58.67 41.17 -
YUV 194.78 107.24 113.89 -
System Red Green Blue C M Y K H S L
Decimal 175 212 158 0.17 0 0.25 0.17 101.11 0.39 0.73
Hex AF D4 9E 11 0 19 11 65 27 49
Octal 257 324 236 21 0 31 21 145 47 111
Binary 10101111 11010100 10011110 10001 0 11001 10001 1100101 100111 1001001

Color Harmonies of #AFD49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD49E

Black with #AFD49E

Text Example


Text Example

White with #AFD49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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