Html Css Color HEX #AFD29D Madang

📋 copy color: '#AFD29D'

red 175 ◦ green 210 ◦ blue 157

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

Shades of Madang #AFD29D

Tints of Madang #AFD29D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.75%

 BLUE value IS 157 (61.72% from 255) = 28.97%

R = 32.29%
G = 38.75%
B = 28.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#AFD29D (or 0xAFD29D) is known color: Madang. HEX triplet: AF, D2 and 9D. RGB value is (175,210,157). Sum of RGB (Red+Green+Blue) = 175+210+157=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD29D is #502D62. Grayscale: #C1C1C1. Windows color (decimal): -5254499 or 10343087. OLE color: 10343087.

HSL color Cylindrical-coordinate representation of color #AFD29D: hue angle of 99.62º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD29D is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 157 -
CMYK 0.17 0 0.25 0.18
HSL 99.62º 0.37% 0.72% -
HSV(B) 99.62º 0.25% 0.82% -
XYZ 46.81 57.64 40.56 -
YUV 193.49 107.4 114.81 -
System Red Green Blue C M Y K H S L
Decimal 175 210 157 0.17 0 0.25 0.18 99.62 0.37 0.72
Hex AF D2 9D 11 0 19 12 64 25 48
Octal 257 322 235 21 0 31 22 144 45 110
Binary 10101111 11010010 10011101 10001 0 11001 10010 1100100 100101 1001000

Color Harmonies of #AFD29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD29D

Black with #AFD29D

Text Example


Text Example

White with #AFD29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD29D; }

 p { color: rgb(175,210,157); }

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

background-color css

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

 a { background-color: rgb(175,210,157); }

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

border-color css

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

 span { border-color: rgb(175,210,157); }

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