#ACFB9B

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

Shades of Pale Green #ACFB9B

Tints of Pale Green #ACFB9B

Color information

#ACFB9B (or 0xACFB9B) is unknown color: approx Pale Green. HEX triplet: AC, FB and 9B. RGB value is (172,251,155). Sum of RGB (Red+Green+Blue) = 172+251+155=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFB9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFB9B is #530464. Grayscale: #D8D8D8. Windows color (decimal): -5440613 or 10222508. OLE color: 10222508.

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

Color convert

RGB172251155-
CMYK0.3100.380.02
HSL109.38º92.31%79.61%-
HSV(B)109.38º38.25%98.43%-
XYZ57.4380.1343.45-
YUV216.4493.3396.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 251 (98.44% from 255) = 43.43%
BLUE value IS 155 (60.94% from 255) = 26.82%
R=29.76%
G=43.43%
B=26.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511550.3100.380.02109.3892.3179.61
HexACFB9B1F02626d5c50
Octal254373233370462155134120
Binary10101100111110111001101111111010011010110110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFB9B; }

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

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

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

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

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

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

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

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