Html Css Color HEX #AFDB9B Madang

📋 copy color: '#AFDB9B'

red 175 ◦ green 219 ◦ blue 155

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

Shades of Madang #AFDB9B

Tints of Madang #AFDB9B

RGB

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

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

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

R = 31.88%
G = 39.89%
B = 28.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#AFDB9B (or 0xAFDB9B) is known color: Madang. HEX triplet: AF, DB and 9B. RGB value is (175,219,155). Sum of RGB (Red+Green+Blue) = 175+219+155=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB9B is #502464. Grayscale: #C6C6C6. Windows color (decimal): -5252197 or 10214319. OLE color: 10214319.

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

Color convert

RGB 175 219 155 -
CMYK 0.20 0 0.29 0.14
HSL 101.25º 0.47% 0.73% -
HSV(B) 101.25º 0.29% 0.86% -
XYZ 48.93 62.14 40.43 -
YUV 198.55 103.42 111.2 -
System Red Green Blue C M Y K H S L
Decimal 175 219 155 0.20 0 0.29 0.14 101.25 0.47 0.73
Hex AF DB 9B 14 0 1D E 65 2F 49
Octal 257 333 233 24 0 35 16 145 57 111
Binary 10101111 11011011 10011011 10100 0 11101 1110 1100101 101111 1001001

Color Harmonies of #AFDB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB9B

Black with #AFDB9B

Text Example


Text Example

White with #AFDB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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