Html Css Color HEX #A8EDA4 Moss Green

📋 copy color: '#A8EDA4'

red 168 ◦ green 237 ◦ blue 164

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

Shades of Moss Green #A8EDA4

Tints of Moss Green #A8EDA4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.65%

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

R = 29.53%
G = 41.65%
B = 28.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#A8EDA4 (or 0xA8EDA4) is known color: Moss Green. HEX triplet: A8, ED and A4. RGB value is (168,237,164). Sum of RGB (Red+Green+Blue) = 168+237+164=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EDA4 is #57125B. Grayscale: #D0D0D0. Windows color (decimal): -5706332 or 10808744. OLE color: 10808744.

HSL color Cylindrical-coordinate representation of color #A8EDA4: hue angle of 116.71º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8EDA4 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 237 164 -
CMYK 0.29 0 0.31 0.07
HSL 116.71º 0.67% 0.79% -
HSV(B) 116.71º 0.31% 0.93% -
XYZ 53.13 71.57 46.14 -
YUV 208.05 103.14 99.44 -
System Red Green Blue C M Y K H S L
Decimal 168 237 164 0.29 0 0.31 0.07 116.71 0.67 0.79
Hex A8 ED A4 1D 0 1F 7 75 43 4F
Octal 250 355 244 35 0 37 7 165 103 117
Binary 10101000 11101101 10100100 11101 0 11111 111 1110101 1000011 1001111

Color Harmonies of #A8EDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EDA4

Black with #A8EDA4

Text Example


Text Example

White with #A8EDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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