#ACFDBE

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

Shades of Fringy Flower #ACFDBE

Tints of Fringy Flower #ACFDBE

Color information

#ACFDBE (or 0xACFDBE) is unknown color: approx Fringy Flower. HEX triplet: AC, FD and BE. RGB value is (172,253,190). Sum of RGB (Red+Green+Blue) = 172+253+190=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDBE is #530241. Grayscale: #DDDDDD. Windows color (decimal): -5440066 or 12516780. OLE color: 12516780.

HSL color Cylindrical-coordinate representation of color #ACFDBE: hue angle of 133.33º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDBE is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB172253190-
CMYK0.3200.250.01
HSL133.33º95.29%83.33%-
HSV(B)133.33º32.02%99.22%-
XYZ61.4382.7461.45-
YUV221.6110.1692.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 253 (99.22% from 255) = 41.14%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=27.97%
G=41.14%
B=30.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722531900.3200.250.01133.3395.2983.33
HexACFDBE200191855f53
Octal254375276400311205137123
Binary10101100111111011011111010000001100111000010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDBE; }

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

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

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

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

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

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

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

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