#ACFDC1

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

Shades of Fringy Flower #ACFDC1

Tints of Fringy Flower #ACFDC1

Color information

#ACFDC1 (or 0xACFDC1) is unknown color: approx Fringy Flower. HEX triplet: AC, FD and C1. RGB value is (172,253,193). Sum of RGB (Red+Green+Blue) = 172+253+193=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDC1 is #53023E. Grayscale: #DEDEDE. Windows color (decimal): -5440063 or 12713388. OLE color: 12713388.

HSL color Cylindrical-coordinate representation of color #ACFDC1: hue angle of 135.56º 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 #ACFDC1 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB172253193-
CMYK0.3200.240.01
HSL135.56º95.29%83.33%-
HSV(B)135.56º32.02%99.22%-
XYZ61.7682.8763.19-
YUV221.94111.6692.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=27.83%
G=40.94%
B=31.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722531930.3200.240.01135.5695.2983.33
HexACFDC1200181885f53
Octal254375301400301210137123
Binary10101100111111011100000110000001100011000100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDC1; }

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

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

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

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

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

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

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

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