#ACFBA1

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

Shades of Pale Green #ACFBA1

Tints of Pale Green #ACFBA1

Color information

#ACFBA1 (or 0xACFBA1) is unknown color: approx Pale Green. HEX triplet: AC, FB and A1. RGB value is (172,251,161). Sum of RGB (Red+Green+Blue) = 172+251+161=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFBA1 is #53045E. Grayscale: #D9D9D9. Windows color (decimal): -5440607 or 10615724. OLE color: 10615724.

HSL color Cylindrical-coordinate representation of color #ACFBA1: hue angle of 112.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACFBA1 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB172251161-
CMYK0.3100.360.02
HSL112.67º91.84%80.78%-
HSV(B)112.67º35.86%98.43%-
XYZ57.9480.3446.17-
YUV217.1296.3395.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 251 (98.44% from 255) = 42.98%
BLUE value IS 161 (63.28% from 255) = 27.57%
R=29.45%
G=42.98%
B=27.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511610.3100.360.02112.6791.8480.78
HexACFBA11F0242715c51
Octal254373241370442161134121
Binary10101100111110111010000111111010010010111000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBA1; }

 p { color: rgb(172,251,161); }

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

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

 a { background-color: rgb(172,251,161); }

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

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

 span { border-color: rgb(172,251,161); }

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