Html Css Color HEX #A5DBA5 Moss Green

📋 copy color: '#A5DBA5'

red 165 ◦ green 219 ◦ blue 165

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

Shades of Moss Green #A5DBA5

Tints of Moss Green #A5DBA5

RGB

 RED value IS 165 (64.84% from 255) = 30.05%

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

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

R = 30.05%
G = 39.89%
B = 30.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#A5DBA5 (or 0xA5DBA5) is known color: Moss Green. HEX triplet: A5, DB and A5. RGB value is (165,219,165). Sum of RGB (Red+Green+Blue) = 165+219+165=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DBA5 is #5A245A. Grayscale: #C4C4C4. Windows color (decimal): -5907547 or 10869669. OLE color: 10869669.

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

Color convert

RGB 165 219 165 -
CMYK 0.25 0 0.25 0.14
HSL 120º 0.43% 0.75% -
HSV(B) 120º 0.25% 0.86% -
XYZ 47.64 61.38 44.93 -
YUV 196.7 110.11 105.39 -
System Red Green Blue C M Y K H S L
Decimal 165 219 165 0.25 0 0.25 0.14 120 0.43 0.75
Hex A5 DB A5 19 0 19 E 78 2B 4B
Octal 245 333 245 31 0 31 16 170 53 113
Binary 10100101 11011011 10100101 11001 0 11001 1110 1111000 101011 1001011

Color Harmonies of #A5DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBA5

Black with #A5DBA5

Text Example


Text Example

White with #A5DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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