#ACF3B7

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

Shades of Fringy Flower #ACF3B7

Tints of Fringy Flower #ACF3B7

Color information

#ACF3B7 (or 0xACF3B7) is unknown color: approx Fringy Flower. HEX triplet: AC, F3 and B7. RGB value is (172,243,183). Sum of RGB (Red+Green+Blue) = 172+243+183=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3B7 is #530C48. Grayscale: #D7D7D7. Windows color (decimal): -5442633 or 12055468. OLE color: 12055468.

HSL color Cylindrical-coordinate representation of color #ACF3B7: hue angle of 129.3º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF3B7 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB172243183-
CMYK0.2900.250.05
HSL129.3º74.74%81.37%-
HSV(B)129.3º29.22%95.29%-
XYZ57.6176.2956.49-
YUV214.93109.9897.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 243 (95.31% from 255) = 40.64%
BLUE value IS 183 (71.88% from 255) = 30.60%
R=28.76%
G=40.64%
B=30.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722431830.2900.250.05129.374.7481.37
HexACF3B71D0195814b51
Octal254363267350315201113121
Binary101011001111001110110111111010110011011000000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF3B7; }

 p { color: rgb(172,243,183); }

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

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

 a { background-color: rgb(172,243,183); }

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

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

 span { border-color: rgb(172,243,183); }

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