Html Css Color HEX #AFDA9B Madang

📋 copy color: '#AFDA9B'

red 175 ◦ green 218 ◦ blue 155

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

Shades of Madang #AFDA9B

Tints of Madang #AFDA9B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.78%

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

R = 31.93%
G = 39.78%
B = 28.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#AFDA9B (or 0xAFDA9B) is known color: Madang. HEX triplet: AF, DA and 9B. RGB value is (175,218,155). Sum of RGB (Red+Green+Blue) = 175+218+155=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA9B is #502564. Grayscale: #C6C6C6. Windows color (decimal): -5252453 or 10214063. OLE color: 10214063.

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

Color convert

RGB 175 218 155 -
CMYK 0.20 0 0.29 0.15
HSL 100.95º 0.46% 0.73% -
HSV(B) 100.95º 0.29% 0.85% -
XYZ 48.67 61.62 40.34 -
YUV 197.96 103.75 111.62 -
System Red Green Blue C M Y K H S L
Decimal 175 218 155 0.20 0 0.29 0.15 100.95 0.46 0.73
Hex AF DA 9B 14 0 1D F 65 2E 49
Octal 257 332 233 24 0 35 17 145 56 111
Binary 10101111 11011010 10011011 10100 0 11101 1111 1100101 101110 1001001

Color Harmonies of #AFDA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA9B

Black with #AFDA9B

Text Example


Text Example

White with #AFDA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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