#ACFB98

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

Shades of Pale Green #ACFB98

Tints of Pale Green #ACFB98

Color information

#ACFB98 (or 0xACFB98) is unknown color: approx Pale Green. HEX triplet: AC, FB and 98. RGB value is (172,251,152). Sum of RGB (Red+Green+Blue) = 172+251+152=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFB98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFB98 is #530467. Grayscale: #D8D8D8. Windows color (decimal): -5440616 or 10025900. OLE color: 10025900.

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

Color convert

RGB172251152-
CMYK0.3100.390.02
HSL107.88º92.52%79.02%-
HSV(B)107.88º39.44%98.43%-
XYZ57.1880.0342.14-
YUV216.0991.8396.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 251 (98.44% from 255) = 43.65%
BLUE value IS 152 (59.77% from 255) = 26.43%
R=29.91%
G=43.65%
B=26.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511520.3100.390.02107.8892.5279.02
HexACFB981F02726c5d4f
Octal254373230370472154135117
Binary10101100111110111001100011111010011110110110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFB98; }

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

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

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

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

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

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

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

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