Html Css Color HEX #AFDA9F Madang

📋 copy color: '#AFDA9F'

red 175 ◦ green 218 ◦ blue 159

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

Shades of Madang #AFDA9F

Tints of Madang #AFDA9F

RGB

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

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

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

R = 31.7%
G = 39.49%
B = 28.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#AFDA9F (or 0xAFDA9F) is known color: Madang. HEX triplet: AF, DA and 9F. RGB value is (175,218,159). Sum of RGB (Red+Green+Blue) = 175+218+159=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA9F is #502560. Grayscale: #C6C6C6. Windows color (decimal): -5252449 or 10476207. OLE color: 10476207.

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

Color convert

RGB 175 218 159 -
CMYK 0.20 0 0.27 0.15
HSL 103.73º 0.44% 0.74% -
HSV(B) 103.73º 0.27% 0.85% -
XYZ 49.01 61.76 42.14 -
YUV 198.42 105.75 111.3 -
System Red Green Blue C M Y K H S L
Decimal 175 218 159 0.20 0 0.27 0.15 103.73 0.44 0.74
Hex AF DA 9F 14 0 1B F 68 2C 4A
Octal 257 332 237 24 0 33 17 150 54 112
Binary 10101111 11011010 10011111 10100 0 11011 1111 1101000 101100 1001010

Color Harmonies of #AFDA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA9F

Black with #AFDA9F

Text Example


Text Example

White with #AFDA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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