#ACFBA4

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

Shades of Pale Green #ACFBA4

Tints of Pale Green #ACFBA4

Color information

#ACFBA4 (or 0xACFBA4) is unknown color: approx Pale Green. HEX triplet: AC, FB and A4. RGB value is (172,251,164). Sum of RGB (Red+Green+Blue) = 172+251+164=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFBA4 is #53045B. Grayscale: #D9D9D9. Windows color (decimal): -5440604 or 10812332. OLE color: 10812332.

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

Color convert

RGB172251164-
CMYK0.3100.350.02
HSL114.48º91.58%81.37%-
HSV(B)114.48º34.66%98.43%-
XYZ58.2180.4547.58-
YUV217.4697.8395.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 251 (98.44% from 255) = 42.76%
BLUE value IS 164 (64.45% from 255) = 27.94%
R=29.30%
G=42.76%
B=27.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511640.3100.350.02114.4891.5881.37
HexACFBA41F0232725c51
Octal254373244370432162134121
Binary10101100111110111010010011111010001110111001010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBA4; }

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

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

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

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

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

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

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

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