#ACFB92

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

Shades of Pale Green #ACFB92

Tints of Pale Green #ACFB92

Color information

#ACFB92 (or 0xACFB92) is unknown color: approx Pale Green. HEX triplet: AC, FB and 92. RGB value is (172,251,146). Sum of RGB (Red+Green+Blue) = 172+251+146=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFB92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFB92 is #53046D. Grayscale: #D7D7D7. Windows color (decimal): -5440622 or 9632684. OLE color: 9632684.

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

Color convert

RGB172251146-
CMYK0.3100.420.02
HSL105.14º92.92%77.84%-
HSV(B)105.14º41.83%98.43%-
XYZ56.779.8439.62-
YUV215.4188.8397.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 146 (57.42% from 255) = 25.66%
R=30.23%
G=44.11%
B=25.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511460.3100.420.02105.1492.9277.84
HexACFB921F02A2695d4e
Octal254373222370522151135116
Binary10101100111110111001001011111010101010110100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFB92; }

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

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

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

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

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

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

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

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