#ACFBBF

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

Shades of Fringy Flower #ACFBBF

Tints of Fringy Flower #ACFBBF

Color information

#ACFBBF (or 0xACFBBF) is unknown color: approx Fringy Flower. HEX triplet: AC, FB and BF. RGB value is (172,251,191). Sum of RGB (Red+Green+Blue) = 172+251+191=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBBF is #530440. Grayscale: #DCDCDC. Windows color (decimal): -5440577 or 12581804. OLE color: 12581804.

HSL color Cylindrical-coordinate representation of color #ACFBBF: hue angle of 134.43º 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 #ACFBBF is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB172251191-
CMYK0.3100.240.02
HSL134.43º90.8%82.94%-
HSV(B)134.43º31.47%98.43%-
XYZ60.9181.5361.82-
YUV220.54111.3393.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 191 (75% from 255) = 31.11%
R=28.01%
G=40.88%
B=31.11%

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
Decimal1722511910.3100.240.02134.4390.882.94
HexACFBBF1F0182865b53
Octal254373277370302206133123
Binary10101100111110111011111111111011000101000011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBBF; }

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

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

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

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

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

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

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

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