Html Css Color HEX #AFD49B Madang

📋 copy color: '#AFD49B'

red 175 ◦ green 212 ◦ blue 155

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

Shades of Madang #AFD49B

Tints of Madang #AFD49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.6%

R = 32.29%
G = 39.11%
B = 28.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#AFD49B (or 0xAFD49B) is known color: Madang. HEX triplet: AF, D4 and 9B. RGB value is (175,212,155). Sum of RGB (Red+Green+Blue) = 175+212+155=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD49B is #502B64. Grayscale: #C2C2C2. Windows color (decimal): -5253989 or 10212527. OLE color: 10212527.

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

Color convert

RGB 175 212 155 -
CMYK 0.17 0 0.27 0.17
HSL 98.95º 0.4% 0.72% -
HSV(B) 98.95º 0.27% 0.83% -
XYZ 47.14 58.57 39.83 -
YUV 194.44 105.74 114.13 -
System Red Green Blue C M Y K H S L
Decimal 175 212 155 0.17 0 0.27 0.17 98.95 0.4 0.72
Hex AF D4 9B 11 0 1B 11 63 28 48
Octal 257 324 233 21 0 33 21 143 50 110
Binary 10101111 11010100 10011011 10001 0 11011 10001 1100011 101000 1001000

Color Harmonies of #AFD49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD49B

Black with #AFD49B

Text Example


Text Example

White with #AFD49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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