Html Css Color HEX #AFD99C Madang

📋 copy color: '#AFD99C'

red 175 ◦ green 217 ◦ blue 156

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

Shades of Madang #AFD99C

Tints of Madang #AFD99C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.6%

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

R = 31.93%
G = 39.6%
B = 28.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#AFD99C (or 0xAFD99C) is known color: Madang. HEX triplet: AF, D9 and 9C. RGB value is (175,217,156). Sum of RGB (Red+Green+Blue) = 175+217+156=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD99C is #502663. Grayscale: #C5C5C5. Windows color (decimal): -5252708 or 10279343. OLE color: 10279343.

HSL color Cylindrical-coordinate representation of color #AFD99C: hue angle of 101.31º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFD99C is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 156 -
CMYK 0.19 0 0.28 0.15
HSL 101.31º 0.45% 0.73% -
HSV(B) 101.31º 0.28% 0.85% -
XYZ 48.49 61.14 40.7 -
YUV 197.49 104.59 111.96 -
System Red Green Blue C M Y K H S L
Decimal 175 217 156 0.19 0 0.28 0.15 101.31 0.45 0.73
Hex AF D9 9C 13 0 1C F 65 2D 49
Octal 257 331 234 23 0 34 17 145 55 111
Binary 10101111 11011001 10011100 10011 0 11100 1111 1100101 101101 1001001

Color Harmonies of #AFD99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD99C

Black with #AFD99C

Text Example


Text Example

White with #AFD99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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