Html Css Color HEX #AFDF9C Madang

📋 copy color: '#AFDF9C'

red 175 ◦ green 223 ◦ blue 156

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

Shades of Madang #AFDF9C

Tints of Madang #AFDF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.16%

R = 31.59%
G = 40.25%
B = 28.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#AFDF9C (or 0xAFDF9C) is known color: Madang. HEX triplet: AF, DF and 9C. RGB value is (175,223,156). Sum of RGB (Red+Green+Blue) = 175+223+156=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF9C is #502063. Grayscale: #C9C9C9. Windows color (decimal): -5251172 or 10280879. OLE color: 10280879.

HSL color Cylindrical-coordinate representation of color #AFDF9C: hue angle of 102.99º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFDF9C is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 156 -
CMYK 0.22 0 0.30 0.13
HSL 102.99º 0.51% 0.74% -
HSV(B) 102.99º 0.3% 0.87% -
XYZ 50.07 64.29 41.22 -
YUV 201.01 102.6 109.45 -
System Red Green Blue C M Y K H S L
Decimal 175 223 156 0.22 0 0.30 0.13 102.99 0.51 0.74
Hex AF DF 9C 16 0 1E D 67 33 4A
Octal 257 337 234 26 0 36 15 147 63 112
Binary 10101111 11011111 10011100 10110 0 11110 1101 1100111 110011 1001010

Color Harmonies of #AFDF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF9C

Black with #AFDF9C

Text Example


Text Example

White with #AFDF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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