Html Css Color HEX #ACF2A8 Moss Green

📋 copy color: '#ACF2A8'

red 172 ◦ green 242 ◦ blue 168

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

Shades of Moss Green #ACF2A8

Tints of Moss Green #ACF2A8

RGB

 RED value IS 172 (67.58% from 255) = 29.55%

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

 BLUE value IS 168 (66.02% from 255) = 28.87%

R = 29.55%
G = 41.58%
B = 28.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#ACF2A8 (or 0xACF2A8) is known color: Moss Green. HEX triplet: AC, F2 and A8. RGB value is (172,242,168). Sum of RGB (Red+Green+Blue) = 172+242+168=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF2A8 is #530D57. Grayscale: #D4D4D4. Windows color (decimal): -5442904 or 11072172. OLE color: 11072172.

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

Color convert

RGB 172 242 168 -
CMYK 0.29 0 0.31 0.05
HSL 116.76º 0.74% 0.8% -
HSV(B) 116.76º 0.31% 0.95% -
XYZ 55.83 75.1 48.6 -
YUV 212.63 102.81 99.02 -
System Red Green Blue C M Y K H S L
Decimal 172 242 168 0.29 0 0.31 0.05 116.76 0.74 0.8
Hex AC F2 A8 1D 0 1F 5 75 4A 50
Octal 254 362 250 35 0 37 5 165 112 120
Binary 10101100 11110010 10101000 11101 0 11111 101 1110101 1001010 1010000

Color Harmonies of #ACF2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2A8

Black with #ACF2A8

Text Example


Text Example

White with #ACF2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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