Html Css Color HEX #AFDF9B Madang

📋 copy color: '#AFDF9B'

red 175 ◦ green 223 ◦ blue 155

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

Shades of Madang #AFDF9B

Tints of Madang #AFDF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.03%

R = 31.65%
G = 40.33%
B = 28.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#AFDF9B (or 0xAFDF9B) is known color: Madang. HEX triplet: AF, DF and 9B. RGB value is (175,223,155). Sum of RGB (Red+Green+Blue) = 175+223+155=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF9B is #502064. Grayscale: #C9C9C9. Windows color (decimal): -5251173 or 10215343. OLE color: 10215343.

HSL color Cylindrical-coordinate representation of color #AFDF9B: hue angle of 102.35º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFDF9B is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 155 -
CMYK 0.22 0 0.30 0.13
HSL 102.35º 0.52% 0.74% -
HSV(B) 102.35º 0.3% 0.87% -
XYZ 49.98 64.26 40.78 -
YUV 200.9 102.1 109.53 -
System Red Green Blue C M Y K H S L
Decimal 175 223 155 0.22 0 0.30 0.13 102.35 0.52 0.74
Hex AF DF 9B 16 0 1E D 66 34 4A
Octal 257 337 233 26 0 36 15 146 64 112
Binary 10101111 11011111 10011011 10110 0 11110 1101 1100110 110100 1001010

Color Harmonies of #AFDF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF9B

Black with #AFDF9B

Text Example


Text Example

White with #AFDF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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