Html Css Color HEX #AFDF9F Madang

📋 copy color: '#AFDF9F'

red 175 ◦ green 223 ◦ blue 159

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

Shades of Madang #AFDF9F

Tints of Madang #AFDF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.55%

R = 31.42%
G = 40.04%
B = 28.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#AFDF9F (or 0xAFDF9F) is known color: Madang. HEX triplet: AF, DF and 9F. RGB value is (175,223,159). Sum of RGB (Red+Green+Blue) = 175+223+159=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF9F is #502060. Grayscale: #C9C9C9. Windows color (decimal): -5251169 or 10477487. OLE color: 10477487.

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

Color convert

RGB 175 223 159 -
CMYK 0.22 0 0.29 0.13
HSL 105º 0.5% 0.75% -
HSV(B) 105º 0.29% 0.87% -
XYZ 50.32 64.39 42.58 -
YUV 201.35 104.1 109.2 -
System Red Green Blue C M Y K H S L
Decimal 175 223 159 0.22 0 0.29 0.13 105 0.5 0.75
Hex AF DF 9F 16 0 1D D 69 32 4B
Octal 257 337 237 26 0 35 15 151 62 113
Binary 10101111 11011111 10011111 10110 0 11101 1101 1101001 110010 1001011

Color Harmonies of #AFDF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF9F

Black with #AFDF9F

Text Example


Text Example

White with #AFDF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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