#ACF995

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

Shades of Pale Green #ACF995

Tints of Pale Green #ACF995

Color information

#ACF995 (or 0xACF995) is unknown color: approx Pale Green. HEX triplet: AC, F9 and 95. RGB value is (172,249,149). Sum of RGB (Red+Green+Blue) = 172+249+149=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF995 is #53066A. Grayscale: #D6D6D6. Windows color (decimal): -5441131 or 9828780. OLE color: 9828780.

HSL color Cylindrical-coordinate representation of color #ACF995: hue angle of 106.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACF995 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB172249149-
CMYK0.3100.400.02
HSL106.2º89.29%78.04%-
HSV(B)106.2º40.16%97.65%-
XYZ56.3178.6940.65-
YUV214.5890.9997.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 249 (97.66% from 255) = 43.68%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=30.18%
G=43.68%
B=26.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722491490.3100.400.02106.289.2978.04
HexACF9951F02826a594e
Octal254371225370502152131116
Binary10101100111110011001010111111010100010110101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF995; }

 p { color: rgb(172,249,149); }

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

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

 a { background-color: rgb(172,249,149); }

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

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

 span { border-color: rgb(172,249,149); }

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