Html Css Color HEX #AFD89C Madang

📋 copy color: '#AFD89C'

red 175 ◦ green 216 ◦ blue 156

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

Shades of Madang #AFD89C

Tints of Madang #AFD89C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.49%

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

R = 31.99%
G = 39.49%
B = 28.52%

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

#AFD89C (or 0xAFD89C) is known color: Madang. HEX triplet: AF, D8 and 9C. RGB value is (175,216,156). Sum of RGB (Red+Green+Blue) = 175+216+156=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD89C is #502763. Grayscale: #C5C5C5. Windows color (decimal): -5252964 or 10279087. OLE color: 10279087.

HSL color Cylindrical-coordinate representation of color #AFD89C: hue angle of 101º degrees, saturation: 0.43, 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 #AFD89C is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 156 -
CMYK 0.19 0 0.28 0.15
HSL 101º 0.43% 0.73% -
HSV(B) 101º 0.28% 0.85% -
XYZ 48.24 60.63 40.61 -
YUV 196.9 104.92 112.38 -
System Red Green Blue C M Y K H S L
Decimal 175 216 156 0.19 0 0.28 0.15 101 0.43 0.73
Hex AF D8 9C 13 0 1C F 65 2B 49
Octal 257 330 234 23 0 34 17 145 53 111
Binary 10101111 11011000 10011100 10011 0 11100 1111 1100101 101011 1001001

Color Harmonies of #AFD89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD89C

Black with #AFD89C

Text Example


Text Example

White with #AFD89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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