Html Css Color HEX #AFDB9A Madang

📋 copy color: '#AFDB9A'

red 175 ◦ green 219 ◦ blue 154

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

Shades of Madang #AFDB9A

Tints of Madang #AFDB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.1%

R = 31.93%
G = 39.96%
B = 28.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#AFDB9A (or 0xAFDB9A) is known color: Madang. HEX triplet: AF, DB and 9A. RGB value is (175,219,154). Sum of RGB (Red+Green+Blue) = 175+219+154=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB9A is #502465. Grayscale: #C6C6C6. Windows color (decimal): -5252198 or 10148783. OLE color: 10148783.

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

Color convert

RGB 175 219 154 -
CMYK 0.20 0 0.30 0.14
HSL 100.62º 0.47% 0.73% -
HSV(B) 100.62º 0.3% 0.86% -
XYZ 48.84 62.11 39.99 -
YUV 198.43 102.92 111.29 -
System Red Green Blue C M Y K H S L
Decimal 175 219 154 0.20 0 0.30 0.14 100.62 0.47 0.73
Hex AF DB 9A 14 0 1E E 65 2F 49
Octal 257 333 232 24 0 36 16 145 57 111
Binary 10101111 11011011 10011010 10100 0 11110 1110 1100101 101111 1001001

Color Harmonies of #AFDB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB9A

Black with #AFDB9A

Text Example


Text Example

White with #AFDB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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