Html Css Color HEX #AFDBA1 Madang

📋 copy color: '#AFDBA1'

red 175 ◦ green 219 ◦ blue 161

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

Shades of Madang #AFDBA1

Tints of Madang #AFDBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.01%

R = 31.53%
G = 39.46%
B = 29.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#AFDBA1 (or 0xAFDBA1) is known color: Madang. HEX triplet: AF, DB and A1. RGB value is (175,219,161). Sum of RGB (Red+Green+Blue) = 175+219+161=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDBA1 is #50245E. Grayscale: #C7C7C7. Windows color (decimal): -5252191 or 10607535. OLE color: 10607535.

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

Color convert

RGB 175 219 161 -
CMYK 0.20 0 0.26 0.14
HSL 105.52º 0.45% 0.75% -
HSV(B) 105.52º 0.26% 0.86% -
XYZ 49.44 62.35 43.15 -
YUV 199.23 106.42 110.72 -
System Red Green Blue C M Y K H S L
Decimal 175 219 161 0.20 0 0.26 0.14 105.52 0.45 0.75
Hex AF DB A1 14 0 1A E 6A 2D 4B
Octal 257 333 241 24 0 32 16 152 55 113
Binary 10101111 11011011 10100001 10100 0 11010 1110 1101010 101101 1001011

Color Harmonies of #AFDBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDBA1

Black with #AFDBA1

Text Example


Text Example

White with #AFDBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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