Html Css Color HEX #AFD69C Madang

📋 copy color: '#AFD69C'

red 175 ◦ green 214 ◦ blue 156

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

Shades of Madang #AFD69C

Tints of Madang #AFD69C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.27%

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

R = 32.11%
G = 39.27%
B = 28.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#AFD69C (or 0xAFD69C) is known color: Madang. HEX triplet: AF, D6 and 9C. RGB value is (175,214,156). Sum of RGB (Red+Green+Blue) = 175+214+156=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD69C is #502963. Grayscale: #C3C3C3. Windows color (decimal): -5253476 or 10278575. OLE color: 10278575.

HSL color Cylindrical-coordinate representation of color #AFD69C: hue angle of 100.34º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFD69C is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 214 156 -
CMYK 0.18 0 0.27 0.16
HSL 100.34º 0.41% 0.73% -
HSV(B) 100.34º 0.27% 0.84% -
XYZ 47.73 59.61 40.44 -
YUV 195.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 175 214 156 0.18 0 0.27 0.16 100.34 0.41 0.73
Hex AF D6 9C 12 0 1B 10 64 29 49
Octal 257 326 234 22 0 33 20 144 51 111
Binary 10101111 11010110 10011100 10010 0 11011 10000 1100100 101001 1001001

Color Harmonies of #AFD69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD69C

Black with #AFD69C

Text Example


Text Example

White with #AFD69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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