Html Css Color HEX #AFDAB1 Moss Green

📋 copy color: '#AFDAB1'

red 175 ◦ green 218 ◦ blue 177

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

Shades of Moss Green #AFDAB1

Tints of Moss Green #AFDAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.05%

R = 30.7%
G = 38.25%
B = 31.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#AFDAB1 (or 0xAFDAB1) is known color: Moss Green. HEX triplet: AF, DA and B1. RGB value is (175,218,177). Sum of RGB (Red+Green+Blue) = 175+218+177=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDAB1 is #50254E. Grayscale: #C8C8C8. Windows color (decimal): -5252431 or 11655855. OLE color: 11655855.

HSL color Cylindrical-coordinate representation of color #AFDAB1: hue angle of 122.79º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAB1 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 177 -
CMYK 0.20 0 0.19 0.15
HSL 122.79º 0.37% 0.77% -
HSV(B) 122.79º 0.2% 0.85% -
XYZ 50.69 62.43 50.97 -
YUV 200.47 114.75 109.83 -
System Red Green Blue C M Y K H S L
Decimal 175 218 177 0.20 0 0.19 0.15 122.79 0.37 0.77
Hex AF DA B1 14 0 13 F 7B 25 4D
Octal 257 332 261 24 0 23 17 173 45 115
Binary 10101111 11011010 10110001 10100 0 10011 1111 1111011 100101 1001101

Color Harmonies of #AFDAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDAB1

Black with #AFDAB1

Text Example


Text Example

White with #AFDAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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