#ACFFBB

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

Shades of Fringy Flower #ACFFBB

Tints of Fringy Flower #ACFFBB

Color information

#ACFFBB (or 0xACFFBB) is unknown color: approx Fringy Flower. HEX triplet: AC, FF and BB. RGB value is (172,255,187). Sum of RGB (Red+Green+Blue) = 172+255+187=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFBB is #530044. Grayscale: #DEDEDE. Windows color (decimal): -5439557 or 12320684. OLE color: 12320684.

HSL color Cylindrical-coordinate representation of color #ACFFBB: hue angle of 130.84º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFBB is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB172255187-
CMYK0.3300.270
HSL130.84º100%83.73%-
HSV(B)130.84º32.55%100%-
XYZ61.7483.8859.95-
YUV222.4310892.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=28.01%
G=41.53%
B=30.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551870.3300.270130.8410083.73
HexACFFBB2101B0836454
Octal254377273410330203144124
Binary10101100111111111011101110000101101101000001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFBB; }

 p { color: rgb(172,255,187); }

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

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

 a { background-color: rgb(172,255,187); }

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

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

 span { border-color: rgb(172,255,187); }

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