#ACFC8A

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

Shades of Pale Green #ACFC8A

Tints of Pale Green #ACFC8A

Color information

#ACFC8A (or 0xACFC8A) is unknown color: approx Pale Green. HEX triplet: AC, FC and 8A. RGB value is (172,252,138). Sum of RGB (Red+Green+Blue) = 172+252+138=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFC8A is #530375. Grayscale: #D7D7D7. Windows color (decimal): -5440374 or 9108652. OLE color: 9108652.

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

Color convert

RGB172252138-
CMYK0.3200.450.01
HSL102.11º95%76.47%-
HSV(B)102.11º45.24%98.82%-
XYZ56.4180.2336.56-
YUV215.0884.597.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 252 (98.83% from 255) = 44.84%
BLUE value IS 138 (54.30% from 255) = 24.56%
R=30.60%
G=44.84%
B=24.56%

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
Decimal1722521380.3200.450.01102.119576.47
HexACFC8A2002D1665f4c
Octal254374212400551146137114
Binary10101100111111001000101010000001011011110011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFC8A; }

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

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

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

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

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

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

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

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