#ACFC8B

Color #ACFC8B Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #ACFC8B

Tints of Pale Green #ACFC8B

Color information

#ACFC8B (or 0xACFC8B) is unknown color: approx Pale Green. HEX triplet: AC, FC and 8B. RGB value is (172,252,139). Sum of RGB (Red+Green+Blue) = 172+252+139=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFC8B is #530374. Grayscale: #D7D7D7. Windows color (decimal): -5440373 or 9174188. OLE color: 9174188.

HSL color Cylindrical-coordinate representation of color #ACFC8B: hue angle of 102.48º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACFC8B is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB172252139-
CMYK0.3200.450.01
HSL102.48º94.96%76.67%-
HSV(B)102.48º44.84%98.82%-
XYZ56.4880.2636.94-
YUV215.28597.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 252 (98.83% from 255) = 44.76%
BLUE value IS 139 (54.69% from 255) = 24.69%
R=30.55%
G=44.76%
B=24.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722521390.3200.450.01102.4894.9676.67
HexACFC8B2002D1665f4d
Octal254374213400551146137115
Binary10101100111111001000101110000001011011110011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFC8B; }

 p { color: rgb(172,252,139); }

 H1.HeaderClassName
 {
   color: #ACFC8B;
 }
 .AnyTagClassName
 {
   color: #ACFC8B;
 }
</style>
background-color css

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

 a { background-color: rgb(172,252,139); }

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

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

 span { border-color: rgb(172,252,139); }

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