Html Css Color HEX #AFDB9F Madang

📋 copy color: '#AFDB9F'

red 175 ◦ green 219 ◦ blue 159

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

Shades of Madang #AFDB9F

Tints of Madang #AFDB9F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.6%

 BLUE value IS 159 (62.5% from 255) = 28.75%

R = 31.65%
G = 39.6%
B = 28.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#AFDB9F (or 0xAFDB9F) is known color: Madang. HEX triplet: AF, DB and 9F. RGB value is (175,219,159). Sum of RGB (Red+Green+Blue) = 175+219+159=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB9F is #502460. Grayscale: #C7C7C7. Windows color (decimal): -5252193 or 10476463. OLE color: 10476463.

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

Color convert

RGB 175 219 159 -
CMYK 0.20 0 0.27 0.14
HSL 104º 0.45% 0.74% -
HSV(B) 104º 0.27% 0.86% -
XYZ 49.27 62.28 42.23 -
YUV 199 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 175 219 159 0.20 0 0.27 0.14 104 0.45 0.74
Hex AF DB 9F 14 0 1B E 68 2D 4A
Octal 257 333 237 24 0 33 16 150 55 112
Binary 10101111 11011011 10011111 10100 0 11011 1110 1101000 101101 1001010

Color Harmonies of #AFDB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB9F

Black with #AFDB9F

Text Example


Text Example

White with #AFDB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB9F; }

 p { color: rgb(175,219,159); }

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

background-color css

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

 a { background-color: rgb(175,219,159); }

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

border-color css

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

 span { border-color: rgb(175,219,159); }

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