Html Css Color HEX #A8DBA5 Moss Green

📋 copy color: '#A8DBA5'

red 168 ◦ green 219 ◦ blue 165

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

Shades of Moss Green #A8DBA5

Tints of Moss Green #A8DBA5

RGB

 RED value IS 168 (66.02% from 255) = 30.43%

 GREEN value IS 219 (85.94% from 255) = 39.67%

 BLUE value IS 165 (64.84% from 255) = 29.89%

R = 30.43%
G = 39.67%
B = 29.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#A8DBA5 (or 0xA8DBA5) is known color: Moss Green. HEX triplet: A8, DB and A5. RGB value is (168,219,165). Sum of RGB (Red+Green+Blue) = 168+219+165=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DBA5 is #57245A. Grayscale: #C5C5C5. Windows color (decimal): -5710939 or 10869672. OLE color: 10869672.

HSL color Cylindrical-coordinate representation of color #A8DBA5: hue angle of 116.67º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DBA5 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 219 165 -
CMYK 0.23 0 0.25 0.14
HSL 116.67º 0.43% 0.75% -
HSV(B) 116.67º 0.25% 0.86% -
XYZ 48.27 61.7 44.96 -
YUV 197.6 109.6 106.89 -
System Red Green Blue C M Y K H S L
Decimal 168 219 165 0.23 0 0.25 0.14 116.67 0.43 0.75
Hex A8 DB A5 17 0 19 E 75 2B 4B
Octal 250 333 245 27 0 31 16 165 53 113
Binary 10101000 11011011 10100101 10111 0 11001 1110 1110101 101011 1001011

Color Harmonies of #A8DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DBA5

Black with #A8DBA5

Text Example


Text Example

White with #A8DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DBA5; }

 p { color: rgb(168,219,165); }

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

background-color css

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

 a { background-color: rgb(168,219,165); }

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

border-color css

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

 span { border-color: rgb(168,219,165); }

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