Html Css Color HEX #AFDF96 Madang

📋 copy color: '#AFDF96'

red 175 ◦ green 223 ◦ blue 150

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

Shades of Madang #AFDF96

Tints of Madang #AFDF96

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.69%

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

R = 31.93%
G = 40.69%
B = 27.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#AFDF96 (or 0xAFDF96) is known color: Madang. HEX triplet: AF, DF and 96. RGB value is (175,223,150). Sum of RGB (Red+Green+Blue) = 175+223+150=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF96 is #502069. Grayscale: #C8C8C8. Windows color (decimal): -5251178 or 9887663. OLE color: 9887663.

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

Color convert

RGB 175 223 150 -
CMYK 0.22 0 0.33 0.13
HSL 99.45º 0.53% 0.73% -
HSV(B) 99.45º 0.33% 0.87% -
XYZ 49.57 64.09 38.61 -
YUV 200.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 175 223 150 0.22 0 0.33 0.13 99.45 0.53 0.73
Hex AF DF 96 16 0 21 D 63 35 49
Octal 257 337 226 26 0 41 15 143 65 111
Binary 10101111 11011111 10010110 10110 0 100001 1101 1100011 110101 1001001

Color Harmonies of #AFDF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF96

Black with #AFDF96

Text Example


Text Example

White with #AFDF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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