#ACF2BD

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

Shades of Fringy Flower #ACF2BD

Tints of Fringy Flower #ACF2BD

Color information

#ACF2BD (or 0xACF2BD) is unknown color: approx Fringy Flower. HEX triplet: AC, F2 and BD. RGB value is (172,242,189). Sum of RGB (Red+Green+Blue) = 172+242+189=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2BD is #530D42. Grayscale: #D7D7D7. Windows color (decimal): -5442883 or 12448428. OLE color: 12448428.

HSL color Cylindrical-coordinate representation of color #ACF2BD: hue angle of 134.57º degrees, saturation: 0.73, 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 #ACF2BD is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB172242189-
CMYK0.2900.220.05
HSL134.57º72.92%81.18%-
HSV(B)134.57º28.93%94.9%-
XYZ57.9575.9559.75-
YUV215.03113.3197.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 242 (94.92% from 255) = 40.13%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=28.52%
G=40.13%
B=31.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722421890.2900.220.05134.5772.9281.18
HexACF2BD1D0165874951
Octal254362275350265207111121
Binary101011001111001010111101111010101101011000011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF2BD; }

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

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

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

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

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

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

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

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