#ACFBAA

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

Shades of Pale Green #ACFBAA

Tints of Pale Green #ACFBAA

Color information

#ACFBAA (or 0xACFBAA) is unknown color: approx Pale Green. HEX triplet: AC, FB and AA. RGB value is (172,251,170). Sum of RGB (Red+Green+Blue) = 172+251+170=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFBAA is #530455. Grayscale: #DADADA. Windows color (decimal): -5440598 or 11205548. OLE color: 11205548.

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

Color convert

RGB172251170-
CMYK0.3100.320.02
HSL118.52º91.01%82.55%-
HSV(B)118.52º32.27%98.43%-
XYZ58.7780.6750.5-
YUV218.14100.8395.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 251 (98.44% from 255) = 42.33%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=29.01%
G=42.33%
B=28.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511700.3100.320.02118.5291.0182.55
HexACFBAA1F0202775b53
Octal254373252370402167133123
Binary10101100111110111010101011111010000010111011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBAA; }

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

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

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

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

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

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

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

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