Html Css Color HEX #AFDC9E Madang

📋 copy color: '#AFDC9E'

red 175 ◦ green 220 ◦ blue 158

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

Shades of Madang #AFDC9E

Tints of Madang #AFDC9E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.78%

 BLUE value IS 158 (62.11% from 255) = 28.57%

R = 31.65%
G = 39.78%
B = 28.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#AFDC9E (or 0xAFDC9E) is known color: Madang. HEX triplet: AF, DC and 9E. RGB value is (175,220,158). Sum of RGB (Red+Green+Blue) = 175+220+158=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC9E is #502361. Grayscale: #C7C7C7. Windows color (decimal): -5251938 or 10411183. OLE color: 10411183.

HSL color Cylindrical-coordinate representation of color #AFDC9E: hue angle of 103.55º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFDC9E is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 158 -
CMYK 0.20 0 0.28 0.14
HSL 103.55º 0.47% 0.74% -
HSV(B) 103.55º 0.28% 0.86% -
XYZ 49.44 62.77 41.86 -
YUV 199.48 104.59 110.54 -
System Red Green Blue C M Y K H S L
Decimal 175 220 158 0.20 0 0.28 0.14 103.55 0.47 0.74
Hex AF DC 9E 14 0 1C E 68 2F 4A
Octal 257 334 236 24 0 34 16 150 57 112
Binary 10101111 11011100 10011110 10100 0 11100 1110 1101000 101111 1001010

Color Harmonies of #AFDC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC9E

Black with #AFDC9E

Text Example


Text Example

White with #AFDC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC9E; }

 p { color: rgb(175,220,158); }

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

background-color css

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

 a { background-color: rgb(175,220,158); }

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

border-color css

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

 span { border-color: rgb(175,220,158); }

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