Html Css Color HEX #AFE996 Madang

📋 copy color: '#AFE996'

red 175 ◦ green 233 ◦ blue 150

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

Shades of Madang #AFE996

Tints of Madang #AFE996

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.76%

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

R = 31.36%
G = 41.76%
B = 26.88%

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

#AFE996 (or 0xAFE996) is known color: Madang. HEX triplet: AF, E9 and 96. RGB value is (175,233,150). Sum of RGB (Red+Green+Blue) = 175+233+150=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE996 is #501669. Grayscale: #CECECE. Windows color (decimal): -5248618 or 9890223. OLE color: 9890223.

HSL color Cylindrical-coordinate representation of color #AFE996: hue angle of 101.93º degrees, saturation: 0.65, 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 #AFE996 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 150 -
CMYK 0.25 0 0.36 0.09
HSL 101.93º 0.65% 0.75% -
HSV(B) 101.93º 0.36% 0.91% -
XYZ 52.32 69.59 39.53 -
YUV 206.2 96.28 105.75 -
System Red Green Blue C M Y K H S L
Decimal 175 233 150 0.25 0 0.36 0.09 101.93 0.65 0.75
Hex AF E9 96 19 0 24 9 66 41 4B
Octal 257 351 226 31 0 44 11 146 101 113
Binary 10101111 11101001 10010110 11001 0 100100 1001 1100110 1000001 1001011

Color Harmonies of #AFE996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE996

Black with #AFE996

Text Example


Text Example

White with #AFE996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE996; }

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

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

background-color css

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

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

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

border-color css

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

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

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