Html Css Color HEX #AFE295 Madang

📋 copy color: '#AFE295'

red 175 ◦ green 226 ◦ blue 149

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

Shades of Madang #AFE295

Tints of Madang #AFE295

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.09%

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

R = 31.82%
G = 41.09%
B = 27.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#AFE295 (or 0xAFE295) is known color: Madang. HEX triplet: AF, E2 and 95. RGB value is (175,226,149). Sum of RGB (Red+Green+Blue) = 175+226+149=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE295 is #501D6A. Grayscale: #CACACA. Windows color (decimal): -5250411 or 9822895. OLE color: 9822895.

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

Color convert

RGB 175 226 149 -
CMYK 0.23 0 0.34 0.11
HSL 99.74º 0.57% 0.74% -
HSV(B) 99.74º 0.34% 0.89% -
XYZ 50.3 65.68 38.46 -
YUV 201.97 98.1 108.76 -
System Red Green Blue C M Y K H S L
Decimal 175 226 149 0.23 0 0.34 0.11 99.74 0.57 0.74
Hex AF E2 95 17 0 22 B 64 39 4A
Octal 257 342 225 27 0 42 13 144 71 112
Binary 10101111 11100010 10010101 10111 0 100010 1011 1100100 111001 1001010

Color Harmonies of #AFE295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE295

Black with #AFE295

Text Example


Text Example

White with #AFE295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE295; }

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

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

background-color css

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

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

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

border-color css

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

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

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