Html Css Color HEX #AFDCAB Moss Green

📋 copy color: '#AFDCAB'

red 175 ◦ green 220 ◦ blue 171

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

Shades of Moss Green #AFDCAB

Tints of Moss Green #AFDCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.87%

 BLUE value IS 171 (67.19% from 255) = 30.21%

R = 30.92%
G = 38.87%
B = 30.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#AFDCAB (or 0xAFDCAB) is known color: Moss Green. HEX triplet: AF, DC and AB. RGB value is (175,220,171). Sum of RGB (Red+Green+Blue) = 175+220+171=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDCAB is #502354. Grayscale: #C9C9C9. Windows color (decimal): -5251925 or 11263151. OLE color: 11263151.

HSL color Cylindrical-coordinate representation of color #AFDCAB: hue angle of 115.1º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDCAB is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 171 -
CMYK 0.20 0 0.22 0.14
HSL 115.1º 0.41% 0.77% -
HSV(B) 115.1º 0.22% 0.86% -
XYZ 50.62 63.24 48.07 -
YUV 200.96 111.09 109.48 -
System Red Green Blue C M Y K H S L
Decimal 175 220 171 0.20 0 0.22 0.14 115.1 0.41 0.77
Hex AF DC AB 14 0 16 E 73 29 4D
Octal 257 334 253 24 0 26 16 163 51 115
Binary 10101111 11011100 10101011 10100 0 10110 1110 1110011 101001 1001101

Color Harmonies of #AFDCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCAB

Black with #AFDCAB

Text Example


Text Example

White with #AFDCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCAB; }

 p { color: rgb(175,220,171); }

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

background-color css

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

 a { background-color: rgb(175,220,171); }

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

border-color css

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

 span { border-color: rgb(175,220,171); }

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