Html Css Color HEX #AFE595 Madang

📋 copy color: '#AFE595'

red 175 ◦ green 229 ◦ blue 149

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

Shades of Madang #AFE595

Tints of Madang #AFE595

RGB

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

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

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

R = 31.65%
G = 41.41%
B = 26.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#AFE595 (or 0xAFE595) is known color: Madang. HEX triplet: AF, E5 and 95. RGB value is (175,229,149). Sum of RGB (Red+Green+Blue) = 175+229+149=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE595 is #501A6A. Grayscale: #CCCCCC. Windows color (decimal): -5249643 or 9823663. OLE color: 9823663.

HSL color Cylindrical-coordinate representation of color #AFE595: hue angle of 100.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFE595 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 149 -
CMYK 0.24 0 0.35 0.10
HSL 100.5º 0.61% 0.74% -
HSV(B) 100.5º 0.35% 0.9% -
XYZ 51.12 67.32 38.73 -
YUV 203.73 97.11 107.5 -
System Red Green Blue C M Y K H S L
Decimal 175 229 149 0.24 0 0.35 0.10 100.5 0.61 0.74
Hex AF E5 95 18 0 23 A 64 3D 4A
Octal 257 345 225 30 0 43 12 144 75 112
Binary 10101111 11100101 10010101 11000 0 100011 1010 1100100 111101 1001010

Color Harmonies of #AFE595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE595

Black with #AFE595

Text Example


Text Example

White with #AFE595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE595; }

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

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

background-color css

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

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

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

border-color css

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

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

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