#ACF4BE

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

Shades of Fringy Flower #ACF4BE

Tints of Fringy Flower #ACF4BE

Color information

#ACF4BE (or 0xACF4BE) is unknown color: approx Fringy Flower. HEX triplet: AC, F4 and BE. RGB value is (172,244,190). Sum of RGB (Red+Green+Blue) = 172+244+190=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4BE is #530B41. Grayscale: #D8D8D8. Windows color (decimal): -5442370 or 12514476. OLE color: 12514476.

HSL color Cylindrical-coordinate representation of color #ACF4BE: hue angle of 135º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF4BE is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB172244190-
CMYK0.3000.220.04
HSL135º76.6%81.57%-
HSV(B)135º29.51%95.69%-
XYZ58.6677.1960.52-
YUV216.32113.1596.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 244 (95.70% from 255) = 40.26%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=28.38%
G=40.26%
B=31.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722441900.3000.220.0413576.681.57
HexACF4BE1E0164874d52
Octal254364276360264207115122
Binary101011001111010010111110111100101101001000011110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF4BE; }

 p { color: rgb(172,244,190); }

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

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

 a { background-color: rgb(172,244,190); }

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

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

 span { border-color: rgb(172,244,190); }

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