Html Css Color HEX #A5EBA5 Moss Green

📋 copy color: '#A5EBA5'

red 165 ◦ green 235 ◦ blue 165

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

Shades of Moss Green #A5EBA5

Tints of Moss Green #A5EBA5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.59%

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

R = 29.2%
G = 41.59%
B = 29.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#A5EBA5 (or 0xA5EBA5) is known color: Moss Green. HEX triplet: A5, EB and A5. RGB value is (165,235,165). Sum of RGB (Red+Green+Blue) = 165+235+165=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EBA5 is #5A145A. Grayscale: #CECECE. Windows color (decimal): -5903451 or 10873765. OLE color: 10873765.

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

Color convert

RGB 165 235 165 -
CMYK 0.30 0 0.30 0.08
HSL 120º 0.64% 0.78% -
HSV(B) 120º 0.3% 0.92% -
XYZ 52.02 70.13 46.39 -
YUV 206.09 104.81 98.69 -
System Red Green Blue C M Y K H S L
Decimal 165 235 165 0.30 0 0.30 0.08 120 0.64 0.78
Hex A5 EB A5 1E 0 1E 8 78 40 4E
Octal 245 353 245 36 0 36 10 170 100 116
Binary 10100101 11101011 10100101 11110 0 11110 1000 1111000 1000000 1001110

Color Harmonies of #A5EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EBA5

Black with #A5EBA5

Text Example


Text Example

White with #A5EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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