Html Css Color HEX #AFDC99 Madang

📋 copy color: '#AFDC99'

red 175 ◦ green 220 ◦ blue 153

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

Shades of Madang #AFDC99

Tints of Madang #AFDC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.92%

R = 31.93%
G = 40.15%
B = 27.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#AFDC99 (or 0xAFDC99) is known color: Madang. HEX triplet: AF, DC and 99. RGB value is (175,220,153). Sum of RGB (Red+Green+Blue) = 175+220+153=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC99 is #502366. Grayscale: #C7C7C7. Windows color (decimal): -5251943 or 10083503. OLE color: 10083503.

HSL color Cylindrical-coordinate representation of color #AFDC99: hue angle of 100.3º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFDC99 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 153 -
CMYK 0.20 0 0.30 0.14
HSL 100.3º 0.49% 0.73% -
HSV(B) 100.3º 0.3% 0.86% -
XYZ 49.02 62.6 39.64 -
YUV 198.91 102.09 110.95 -
System Red Green Blue C M Y K H S L
Decimal 175 220 153 0.20 0 0.30 0.14 100.3 0.49 0.73
Hex AF DC 99 14 0 1E E 64 31 49
Octal 257 334 231 24 0 36 16 144 61 111
Binary 10101111 11011100 10011001 10100 0 11110 1110 1100100 110001 1001001

Color Harmonies of #AFDC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC99

Black with #AFDC99

Text Example


Text Example

White with #AFDC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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