Html Css Color HEX #AFE895 Madang

📋 copy color: '#AFE895'

red 175 ◦ green 232 ◦ blue 149

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

Shades of Madang #AFE895

Tints of Madang #AFE895

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.73%

 BLUE value IS 149 (58.59% from 255) = 26.8%

R = 31.47%
G = 41.73%
B = 26.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#AFE895 (or 0xAFE895) is known color: Madang. HEX triplet: AF, E8 and 95. RGB value is (175,232,149). Sum of RGB (Red+Green+Blue) = 175+232+149=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE895 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE895 is #50176A. Grayscale: #CDCDCD. Windows color (decimal): -5248875 or 9824431. OLE color: 9824431.

HSL color Cylindrical-coordinate representation of color #AFE895: hue angle of 101.2º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFE895 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 149 -
CMYK 0.25 0 0.36 0.09
HSL 101.2º 0.64% 0.75% -
HSV(B) 101.2º 0.36% 0.91% -
XYZ 51.96 69 39.01 -
YUV 205.5 96.12 106.25 -
System Red Green Blue C M Y K H S L
Decimal 175 232 149 0.25 0 0.36 0.09 101.2 0.64 0.75
Hex AF E8 95 19 0 24 9 65 40 4B
Octal 257 350 225 31 0 44 11 145 100 113
Binary 10101111 11101000 10010101 11001 0 100100 1001 1100101 1000000 1001011

Color Harmonies of #AFE895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE895

Black with #AFE895

Text Example


Text Example

White with #AFE895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE895; }

 p { color: rgb(175,232,149); }

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

background-color css

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

 a { background-color: rgb(175,232,149); }

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

border-color css

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

 span { border-color: rgb(175,232,149); }

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