Html Css Color HEX #AFDA9E Madang

📋 copy color: '#AFDA9E'

red 175 ◦ green 218 ◦ blue 158

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

Shades of Madang #AFDA9E

Tints of Madang #AFDA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.68%

R = 31.76%
G = 39.56%
B = 28.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#AFDA9E (or 0xAFDA9E) is known color: Madang. HEX triplet: AF, DA and 9E. RGB value is (175,218,158). Sum of RGB (Red+Green+Blue) = 175+218+158=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA9E is #502561. Grayscale: #C6C6C6. Windows color (decimal): -5252450 or 10410671. OLE color: 10410671.

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

Color convert

RGB 175 218 158 -
CMYK 0.20 0 0.28 0.15
HSL 103º 0.45% 0.74% -
HSV(B) 103º 0.28% 0.85% -
XYZ 48.92 61.73 41.68 -
YUV 198.3 105.25 111.38 -
System Red Green Blue C M Y K H S L
Decimal 175 218 158 0.20 0 0.28 0.15 103 0.45 0.74
Hex AF DA 9E 14 0 1C F 67 2D 4A
Octal 257 332 236 24 0 34 17 147 55 112
Binary 10101111 11011010 10011110 10100 0 11100 1111 1100111 101101 1001010

Color Harmonies of #AFDA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA9E

Black with #AFDA9E

Text Example


Text Example

White with #AFDA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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