Html Css Color HEX #AFDD9C Madang

📋 copy color: '#AFDD9C'

red 175 ◦ green 221 ◦ blue 156

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

Shades of Madang #AFDD9C

Tints of Madang #AFDD9C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.04%

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

R = 31.7%
G = 40.04%
B = 28.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#AFDD9C (or 0xAFDD9C) is known color: Madang. HEX triplet: AF, DD and 9C. RGB value is (175,221,156). Sum of RGB (Red+Green+Blue) = 175+221+156=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD9C is #502263. Grayscale: #C8C8C8. Windows color (decimal): -5251684 or 10280367. OLE color: 10280367.

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

Color convert

RGB 175 221 156 -
CMYK 0.21 0 0.29 0.13
HSL 102.46º 0.49% 0.74% -
HSV(B) 102.46º 0.29% 0.87% -
XYZ 49.54 63.23 41.05 -
YUV 199.84 103.26 110.29 -
System Red Green Blue C M Y K H S L
Decimal 175 221 156 0.21 0 0.29 0.13 102.46 0.49 0.74
Hex AF DD 9C 15 0 1D D 66 31 4A
Octal 257 335 234 25 0 35 15 146 61 112
Binary 10101111 11011101 10011100 10101 0 11101 1101 1100110 110001 1001010

Color Harmonies of #AFDD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD9C

Black with #AFDD9C

Text Example


Text Example

White with #AFDD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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