#ACF4BD

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

Shades of Fringy Flower #ACF4BD

Tints of Fringy Flower #ACF4BD

Color information

#ACF4BD (or 0xACF4BD) is unknown color: approx Fringy Flower. HEX triplet: AC, F4 and BD. RGB value is (172,244,189). Sum of RGB (Red+Green+Blue) = 172+244+189=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4BD is #530B42. Grayscale: #D8D8D8. Windows color (decimal): -5442371 or 12448940. OLE color: 12448940.

HSL color Cylindrical-coordinate representation of color #ACF4BD: hue angle of 134.17º 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 #ACF4BD is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB172244189-
CMYK0.3000.230.04
HSL134.17º76.6%81.57%-
HSV(B)134.17º29.51%95.69%-
XYZ58.5577.1559.95-
YUV216.2112.6596.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 244 (95.70% from 255) = 40.33%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=28.43%
G=40.33%
B=31.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722441890.3000.230.04134.1776.681.57
HexACF4BD1E0174864d52
Octal254364275360274206115122
Binary101011001111010010111101111100101111001000011010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF4BD; }

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

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

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

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

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

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

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

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