Html Css Color HEX #AFE096 Madang

📋 copy color: '#AFE096'

red 175 ◦ green 224 ◦ blue 150

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

Shades of Madang #AFE096

Tints of Madang #AFE096

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.8%

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

R = 31.88%
G = 40.8%
B = 27.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#AFE096 (or 0xAFE096) is known color: Madang. HEX triplet: AF, E0 and 96. RGB value is (175,224,150). Sum of RGB (Red+Green+Blue) = 175+224+150=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE096 is #501F69. Grayscale: #C9C9C9. Windows color (decimal): -5250922 or 9887919. OLE color: 9887919.

HSL color Cylindrical-coordinate representation of color #AFE096: hue angle of 99.73º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFE096 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 150 -
CMYK 0.22 0 0.33 0.12
HSL 99.73º 0.54% 0.73% -
HSV(B) 99.73º 0.33% 0.88% -
XYZ 49.84 64.63 38.7 -
YUV 200.91 99.27 109.52 -
System Red Green Blue C M Y K H S L
Decimal 175 224 150 0.22 0 0.33 0.12 99.73 0.54 0.73
Hex AF E0 96 16 0 21 C 64 36 49
Octal 257 340 226 26 0 41 14 144 66 111
Binary 10101111 11100000 10010110 10110 0 100001 1100 1100100 110110 1001001

Color Harmonies of #AFE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE096

Black with #AFE096

Text Example


Text Example

White with #AFE096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE096; }

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

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

background-color css

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

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

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

border-color css

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

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

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