Html Css Color HEX #AFD59C Madang

📋 copy color: '#AFD59C'

red 175 ◦ green 213 ◦ blue 156

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

Shades of Madang #AFD59C

Tints of Madang #AFD59C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.15%

 BLUE value IS 156 (61.33% from 255) = 28.68%

R = 32.17%
G = 39.15%
B = 28.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#AFD59C (or 0xAFD59C) is known color: Madang. HEX triplet: AF, D5 and 9C. RGB value is (175,213,156). Sum of RGB (Red+Green+Blue) = 175+213+156=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD59C is #502A63. Grayscale: #C3C3C3. Windows color (decimal): -5253732 or 10278319. OLE color: 10278319.

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

Color convert

RGB 175 213 156 -
CMYK 0.18 0 0.27 0.16
HSL 100º 0.4% 0.72% -
HSV(B) 100º 0.27% 0.84% -
XYZ 47.47 59.1 40.36 -
YUV 195.14 105.91 113.63 -
System Red Green Blue C M Y K H S L
Decimal 175 213 156 0.18 0 0.27 0.16 100 0.4 0.72
Hex AF D5 9C 12 0 1B 10 64 28 48
Octal 257 325 234 22 0 33 20 144 50 110
Binary 10101111 11010101 10011100 10010 0 11011 10000 1100100 101000 1001000

Color Harmonies of #AFD59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD59C

Black with #AFD59C

Text Example


Text Example

White with #AFD59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD59C; }

 p { color: rgb(175,213,156); }

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

background-color css

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

 a { background-color: rgb(175,213,156); }

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

border-color css

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

 span { border-color: rgb(175,213,156); }

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