Html Css Color HEX #AFE49D Madang

📋 copy color: '#AFE49D'

red 175 ◦ green 228 ◦ blue 157

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

Shades of Madang #AFE49D

Tints of Madang #AFE49D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.71%

 BLUE value IS 157 (61.72% from 255) = 28.04%

R = 31.25%
G = 40.71%
B = 28.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#AFE49D (or 0xAFE49D) is known color: Madang. HEX triplet: AF, E4 and 9D. RGB value is (175,228,157). Sum of RGB (Red+Green+Blue) = 175+228+157=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE49D is #501B62. Grayscale: #CCCCCC. Windows color (decimal): -5249891 or 10347695. OLE color: 10347695.

HSL color Cylindrical-coordinate representation of color #AFE49D: hue angle of 104.79º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFE49D is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 157 -
CMYK 0.23 0 0.31 0.11
HSL 104.79º 0.57% 0.75% -
HSV(B) 104.79º 0.31% 0.89% -
XYZ 51.51 67.04 42.12 -
YUV 204.06 101.44 107.27 -
System Red Green Blue C M Y K H S L
Decimal 175 228 157 0.23 0 0.31 0.11 104.79 0.57 0.75
Hex AF E4 9D 17 0 1F B 69 39 4B
Octal 257 344 235 27 0 37 13 151 71 113
Binary 10101111 11100100 10011101 10111 0 11111 1011 1101001 111001 1001011

Color Harmonies of #AFE49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE49D

Black with #AFE49D

Text Example


Text Example

White with #AFE49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE49D; }

 p { color: rgb(175,228,157); }

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

background-color css

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

 a { background-color: rgb(175,228,157); }

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

border-color css

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

 span { border-color: rgb(175,228,157); }

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