Html Css Color HEX #AFE596 Madang

📋 copy color: '#AFE596'

red 175 ◦ green 229 ◦ blue 150

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

Shades of Madang #AFE596

Tints of Madang #AFE596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.08%

R = 31.59%
G = 41.34%
B = 27.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#AFE596 (or 0xAFE596) is known color: Madang. HEX triplet: AF, E5 and 96. RGB value is (175,229,150). Sum of RGB (Red+Green+Blue) = 175+229+150=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE596 is #501A69. Grayscale: #CCCCCC. Windows color (decimal): -5249642 or 9889199. OLE color: 9889199.

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

Color convert

RGB 175 229 150 -
CMYK 0.24 0 0.34 0.10
HSL 101.01º 0.6% 0.74% -
HSV(B) 101.01º 0.34% 0.9% -
XYZ 51.2 67.35 39.16 -
YUV 203.85 97.61 107.42 -
System Red Green Blue C M Y K H S L
Decimal 175 229 150 0.24 0 0.34 0.10 101.01 0.6 0.74
Hex AF E5 96 18 0 22 A 65 3C 4A
Octal 257 345 226 30 0 42 12 145 74 112
Binary 10101111 11100101 10010110 11000 0 100010 1010 1100101 111100 1001010

Color Harmonies of #AFE596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE596

Black with #AFE596

Text Example


Text Example

White with #AFE596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE596; }

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

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

background-color css

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

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

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

border-color css

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

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

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