Html Css Color HEX #AFDA9C Madang

📋 copy color: '#AFDA9C'

red 175 ◦ green 218 ◦ blue 156

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

Shades of Madang #AFDA9C

Tints of Madang #AFDA9C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.71%

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

R = 31.88%
G = 39.71%
B = 28.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#AFDA9C (or 0xAFDA9C) is known color: Madang. HEX triplet: AF, DA and 9C. RGB value is (175,218,156). Sum of RGB (Red+Green+Blue) = 175+218+156=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA9C is #502563. Grayscale: #C6C6C6. Windows color (decimal): -5252452 or 10279599. OLE color: 10279599.

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

Color convert

RGB 175 218 156 -
CMYK 0.20 0 0.28 0.15
HSL 101.61º 0.46% 0.73% -
HSV(B) 101.61º 0.28% 0.85% -
XYZ 48.75 61.66 40.78 -
YUV 198.08 104.25 111.54 -
System Red Green Blue C M Y K H S L
Decimal 175 218 156 0.20 0 0.28 0.15 101.61 0.46 0.73
Hex AF DA 9C 14 0 1C F 66 2E 49
Octal 257 332 234 24 0 34 17 146 56 111
Binary 10101111 11011010 10011100 10100 0 11100 1111 1100110 101110 1001001

Color Harmonies of #AFDA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA9C

Black with #AFDA9C

Text Example


Text Example

White with #AFDA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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