#ACFB96

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

Shades of Pale Green #ACFB96

Tints of Pale Green #ACFB96

Color information

#ACFB96 (or 0xACFB96) is unknown color: approx Pale Green. HEX triplet: AC, FB and 96. RGB value is (172,251,150). Sum of RGB (Red+Green+Blue) = 172+251+150=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFB96 is #530469. Grayscale: #D8D8D8. Windows color (decimal): -5440618 or 9894828. OLE color: 9894828.

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

Color convert

RGB172251150-
CMYK0.3100.400.02
HSL106.93º92.66%78.63%-
HSV(B)106.93º40.24%98.43%-
XYZ57.0279.9741.28-
YUV215.8690.8396.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 150 (58.98% from 255) = 26.18%
R=30.02%
G=43.80%
B=26.18%

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
Decimal1722511500.3100.400.02106.9392.6678.63
HexACFB961F02826b5d4f
Octal254373226370502153135117
Binary10101100111110111001011011111010100010110101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFB96; }

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

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

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

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

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

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

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

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