Html Css Color HEX #AFDD9E Madang

📋 copy color: '#AFDD9E'

red 175 ◦ green 221 ◦ blue 158

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

Shades of Madang #AFDD9E

Tints of Madang #AFDD9E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.89%

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

R = 31.59%
G = 39.89%
B = 28.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#AFDD9E (or 0xAFDD9E) is known color: Madang. HEX triplet: AF, DD and 9E. RGB value is (175,221,158). Sum of RGB (Red+Green+Blue) = 175+221+158=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD9E is #502261. Grayscale: #C8C8C8. Windows color (decimal): -5251682 or 10411439. OLE color: 10411439.

HSL color Cylindrical-coordinate representation of color #AFDD9E: hue angle of 103.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFDD9E is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 158 -
CMYK 0.21 0 0.29 0.13
HSL 103.81º 0.48% 0.74% -
HSV(B) 103.81º 0.29% 0.87% -
XYZ 49.71 63.3 41.95 -
YUV 200.06 104.26 110.12 -
System Red Green Blue C M Y K H S L
Decimal 175 221 158 0.21 0 0.29 0.13 103.81 0.48 0.74
Hex AF DD 9E 15 0 1D D 68 30 4A
Octal 257 335 236 25 0 35 15 150 60 112
Binary 10101111 11011101 10011110 10101 0 11101 1101 1101000 110000 1001010

Color Harmonies of #AFDD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD9E

Black with #AFDD9E

Text Example


Text Example

White with #AFDD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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