Html Css Color HEX #A8DBA4 Moss Green

📋 copy color: '#A8DBA4'

red 168 ◦ green 219 ◦ blue 164

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

Shades of Moss Green #A8DBA4

Tints of Moss Green #A8DBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.76%

R = 30.49%
G = 39.75%
B = 29.76%

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

#A8DBA4 (or 0xA8DBA4) is known color: Moss Green. HEX triplet: A8, DB and A4. RGB value is (168,219,164). Sum of RGB (Red+Green+Blue) = 168+219+164=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DBA4 is #57245B. Grayscale: #C5C5C5. Windows color (decimal): -5710940 or 10804136. OLE color: 10804136.

HSL color Cylindrical-coordinate representation of color #A8DBA4: hue angle of 115.64º 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 #A8DBA4 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 219 164 -
CMYK 0.23 0 0.25 0.14
HSL 115.64º 0.43% 0.75% -
HSV(B) 115.64º 0.25% 0.86% -
XYZ 48.18 61.67 44.49 -
YUV 197.48 109.1 106.97 -
System Red Green Blue C M Y K H S L
Decimal 168 219 164 0.23 0 0.25 0.14 115.64 0.43 0.75
Hex A8 DB A4 17 0 19 E 74 2B 4B
Octal 250 333 244 27 0 31 16 164 53 113
Binary 10101000 11011011 10100100 10111 0 11001 1110 1110100 101011 1001011

Color Harmonies of #A8DBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DBA4

Black with #A8DBA4

Text Example


Text Example

White with #A8DBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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