Html Css Color HEX #AFDFA1 Madang

📋 copy color: '#AFDFA1'

red 175 ◦ green 223 ◦ blue 161

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

Shades of Madang #AFDFA1

Tints of Madang #AFDFA1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.89%

 BLUE value IS 161 (63.28% from 255) = 28.8%

R = 31.31%
G = 39.89%
B = 28.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#AFDFA1 (or 0xAFDFA1) is known color: Madang. HEX triplet: AF, DF and A1. RGB value is (175,223,161). Sum of RGB (Red+Green+Blue) = 175+223+161=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDFA1 is #50205E. Grayscale: #C9C9C9. Windows color (decimal): -5251167 or 10608559. OLE color: 10608559.

HSL color Cylindrical-coordinate representation of color #AFDFA1: hue angle of 106.45º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFDFA1 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 161 -
CMYK 0.22 0 0.28 0.13
HSL 106.45º 0.49% 0.75% -
HSV(B) 106.45º 0.28% 0.87% -
XYZ 50.5 64.46 43.5 -
YUV 201.58 105.1 109.04 -
System Red Green Blue C M Y K H S L
Decimal 175 223 161 0.22 0 0.28 0.13 106.45 0.49 0.75
Hex AF DF A1 16 0 1C D 6A 31 4B
Octal 257 337 241 26 0 34 15 152 61 113
Binary 10101111 11011111 10100001 10110 0 11100 1101 1101010 110001 1001011

Color Harmonies of #AFDFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFA1

Black with #AFDFA1

Text Example


Text Example

White with #AFDFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFA1; }

 p { color: rgb(175,223,161); }

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

background-color css

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

 a { background-color: rgb(175,223,161); }

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

border-color css

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

 span { border-color: rgb(175,223,161); }

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