Html Css Color HEX #AFE49F Madang

📋 copy color: '#AFE49F'

red 175 ◦ green 228 ◦ blue 159

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

Shades of Madang #AFE49F

Tints of Madang #AFE49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.29%

R = 31.14%
G = 40.57%
B = 28.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#AFE49F (or 0xAFE49F) is known color: Madang. HEX triplet: AF, E4 and 9F. RGB value is (175,228,159). Sum of RGB (Red+Green+Blue) = 175+228+159=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE49F is #501B60. Grayscale: #CCCCCC. Windows color (decimal): -5249889 or 10478767. OLE color: 10478767.

HSL color Cylindrical-coordinate representation of color #AFE49F: hue angle of 106.09º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE49F is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 159 -
CMYK 0.23 0 0.30 0.11
HSL 106.09º 0.56% 0.76% -
HSV(B) 106.09º 0.3% 0.89% -
XYZ 51.68 67.1 43.03 -
YUV 204.29 102.44 107.11 -
System Red Green Blue C M Y K H S L
Decimal 175 228 159 0.23 0 0.30 0.11 106.09 0.56 0.76
Hex AF E4 9F 17 0 1E B 6A 38 4C
Octal 257 344 237 27 0 36 13 152 70 114
Binary 10101111 11100100 10011111 10111 0 11110 1011 1101010 111000 1001100

Color Harmonies of #AFE49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE49F

Black with #AFE49F

Text Example


Text Example

White with #AFE49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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