#ACFBC0

Color #ACFBC0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #ACFBC0

Tints of Fringy Flower #ACFBC0

Color information

#ACFBC0 (or 0xACFBC0) is unknown color: approx Fringy Flower. HEX triplet: AC, FB and C0. RGB value is (172,251,192). Sum of RGB (Red+Green+Blue) = 172+251+192=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBC0 is #53043F. Grayscale: #DCDCDC. Windows color (decimal): -5440576 or 12647340. OLE color: 12647340.

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

Color convert

RGB172251192-
CMYK0.3100.240.02
HSL135.19º90.8%82.94%-
HSV(B)135.19º31.47%98.43%-
XYZ61.0281.5762.4-
YUV220.65111.8393.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 251 (98.44% from 255) = 40.81%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=27.97%
G=40.81%
B=31.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511920.3100.240.02135.1990.882.94
HexACFBC01F0182875b53
Octal254373300370302207133123
Binary10101100111110111100000011111011000101000011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBC0; }

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

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

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

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

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

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

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

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