Html Css Color HEX #A5EAA2 Moss Green

📋 copy color: '#A5EAA2'

red 165 ◦ green 234 ◦ blue 162

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

Shades of Moss Green #A5EAA2

Tints of Moss Green #A5EAA2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.71%

 BLUE value IS 162 (63.67% from 255) = 28.88%

R = 29.41%
G = 41.71%
B = 28.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#A5EAA2 (or 0xA5EAA2) is known color: Moss Green. HEX triplet: A5, EA and A2. RGB value is (165,234,162). Sum of RGB (Red+Green+Blue) = 165+234+162=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EAA2 is #5A155D. Grayscale: #CDCDCD. Windows color (decimal): -5903710 or 10676901. OLE color: 10676901.

HSL color Cylindrical-coordinate representation of color #A5EAA2: hue angle of 117.5º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EAA2 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 162 -
CMYK 0.29 0 0.31 0.08
HSL 117.5º 0.63% 0.78% -
HSV(B) 117.5º 0.31% 0.92% -
XYZ 51.46 69.45 44.88 -
YUV 205.16 103.64 99.35 -
System Red Green Blue C M Y K H S L
Decimal 165 234 162 0.29 0 0.31 0.08 117.5 0.63 0.78
Hex A5 EA A2 1D 0 1F 8 76 3F 4E
Octal 245 352 242 35 0 37 10 166 77 116
Binary 10100101 11101010 10100010 11101 0 11111 1000 1110110 111111 1001110

Color Harmonies of #A5EAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EAA2

Black with #A5EAA2

Text Example


Text Example

White with #A5EAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EAA2; }

 p { color: rgb(165,234,162); }

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

background-color css

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

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

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

border-color css

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

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

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