#acfbb7

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

Shades of Fringy Flower #ACFBB7

Tints of Fringy Flower #ACFBB7

Color information

#ACFBB7 (or 0xACFBB7) is unknown color: approx Fringy Flower. HEX triplet: AC, FB and B7. RGB value is (172,251,183). Sum of RGB (Red+Green+Blue) = 172+251+183=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBB7 is #530448. Grayscale: #DBDBDB. Windows color (decimal): -5440585 or 12057516. OLE color: 12057516.

HSL color Cylindrical-coordinate representation of color #ACFBB7: hue angle of 128.35º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFBB7 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB172251183-
CMYK0.3100.270.02
HSL128.35º90.8%82.94%-
HSV(B)128.35º31.47%98.43%-
XYZ60.0681.1857.3-
YUV219.63107.3394.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 251 (98.44% from 255) = 41.42%
BLUE value IS 183 (71.88% from 255) = 30.20%
R=28.38%
G=41.42%
B=30.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511830.3100.270.02128.3590.882.94
HexACFBB71F01B2805b53
Octal254373267370332200133123
Binary10101100111110111011011111111011011101000000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acfbb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acfbb7; }

 p { color: rgb(172,251,183); }

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

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

 a { background-color: rgb(172,251,183); }

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

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

 span { border-color: rgb(172,251,183); }

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