Html Css Color HEX #A8F2A4 Moss Green

📋 copy color: '#A8F2A4'

red 168 ◦ green 242 ◦ blue 164

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

Shades of Moss Green #A8F2A4

Tints of Moss Green #A8F2A4

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.16%

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

R = 29.27%
G = 42.16%
B = 28.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#A8F2A4 (or 0xA8F2A4) is known color: Moss Green. HEX triplet: A8, F2 and A4. RGB value is (168,242,164). Sum of RGB (Red+Green+Blue) = 168+242+164=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F2A4 is #570D5B. Grayscale: #D3D3D3. Windows color (decimal): -5705052 or 10810024. OLE color: 10810024.

HSL color Cylindrical-coordinate representation of color #A8F2A4: hue angle of 116.92º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F2A4 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 242 164 -
CMYK 0.31 0 0.32 0.05
HSL 116.92º 0.75% 0.8% -
HSV(B) 116.92º 0.32% 0.95% -
XYZ 54.6 74.51 46.63 -
YUV 210.98 101.48 97.34 -
System Red Green Blue C M Y K H S L
Decimal 168 242 164 0.31 0 0.32 0.05 116.92 0.75 0.8
Hex A8 F2 A4 1F 0 20 5 75 4B 50
Octal 250 362 244 37 0 40 5 165 113 120
Binary 10101000 11110010 10100100 11111 0 100000 101 1110101 1001011 1010000

Color Harmonies of #A8F2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F2A4

Black with #A8F2A4

Text Example


Text Example

White with #A8F2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F2A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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