Html Css Color HEX #AFDB9D Madang

📋 copy color: '#AFDB9D'

red 175 ◦ green 219 ◦ blue 157

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

Shades of Madang #AFDB9D

Tints of Madang #AFDB9D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.75%

 BLUE value IS 157 (61.72% from 255) = 28.49%

R = 31.76%
G = 39.75%
B = 28.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#AFDB9D (or 0xAFDB9D) is known color: Madang. HEX triplet: AF, DB and 9D. RGB value is (175,219,157). Sum of RGB (Red+Green+Blue) = 175+219+157=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB9D is #502462. Grayscale: #C6C6C6. Windows color (decimal): -5252195 or 10345391. OLE color: 10345391.

HSL color Cylindrical-coordinate representation of color #AFDB9D: hue angle of 102.58º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFDB9D is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 157 -
CMYK 0.20 0 0.28 0.14
HSL 102.58º 0.46% 0.74% -
HSV(B) 102.58º 0.28% 0.86% -
XYZ 49.1 62.21 41.32 -
YUV 198.78 104.42 111.04 -
System Red Green Blue C M Y K H S L
Decimal 175 219 157 0.20 0 0.28 0.14 102.58 0.46 0.74
Hex AF DB 9D 14 0 1C E 67 2E 4A
Octal 257 333 235 24 0 34 16 147 56 112
Binary 10101111 11011011 10011101 10100 0 11100 1110 1100111 101110 1001010

Color Harmonies of #AFDB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB9D

Black with #AFDB9D

Text Example


Text Example

White with #AFDB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB9D; }

 p { color: rgb(175,219,157); }

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

background-color css

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

 a { background-color: rgb(175,219,157); }

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

border-color css

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

 span { border-color: rgb(175,219,157); }

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