Html Css Color HEX #AFE5A0 Madang

📋 copy color: '#AFE5A0'

red 175 ◦ green 229 ◦ blue 160

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

Shades of Madang #AFE5A0

Tints of Madang #AFE5A0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.6%

 BLUE value IS 160 (62.89% from 255) = 28.37%

R = 31.03%
G = 40.6%
B = 28.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#AFE5A0 (or 0xAFE5A0) is known color: Madang. HEX triplet: AF, E5 and A0. RGB value is (175,229,160). Sum of RGB (Red+Green+Blue) = 175+229+160=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5A0 is #501A5F. Grayscale: #CDCDCD. Windows color (decimal): -5249632 or 10544559. OLE color: 10544559.

HSL color Cylindrical-coordinate representation of color #AFE5A0: hue angle of 106.96º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE5A0 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 160 -
CMYK 0.24 0 0.30 0.10
HSL 106.96º 0.57% 0.76% -
HSV(B) 106.96º 0.3% 0.9% -
XYZ 52.04 67.69 43.58 -
YUV 204.99 102.61 106.61 -
System Red Green Blue C M Y K H S L
Decimal 175 229 160 0.24 0 0.30 0.10 106.96 0.57 0.76
Hex AF E5 A0 18 0 1E A 6B 39 4C
Octal 257 345 240 30 0 36 12 153 71 114
Binary 10101111 11100101 10100000 11000 0 11110 1010 1101011 111001 1001100

Color Harmonies of #AFE5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5A0

Black with #AFE5A0

Text Example


Text Example

White with #AFE5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5A0; }

 p { color: rgb(175,229,160); }

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

background-color css

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

 a { background-color: rgb(175,229,160); }

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

border-color css

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

 span { border-color: rgb(175,229,160); }

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