#ACFBB8

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

Shades of Fringy Flower #ACFBB8

Tints of Fringy Flower #ACFBB8

Color information

#ACFBB8 (or 0xACFBB8) is unknown color: approx Fringy Flower. HEX triplet: AC, FB and B8. RGB value is (172,251,184). Sum of RGB (Red+Green+Blue) = 172+251+184=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBB8 is #530447. Grayscale: #DBDBDB. Windows color (decimal): -5440584 or 12123052. OLE color: 12123052.

HSL color Cylindrical-coordinate representation of color #ACFBB8: hue angle of 129.11º 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 #ACFBB8 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB172251184-
CMYK0.3100.270.02
HSL129.11º90.8%82.94%-
HSV(B)129.11º31.47%98.43%-
XYZ60.1681.2357.85-
YUV219.74107.8393.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 184 (72.27% from 255) = 30.31%
R=28.34%
G=41.35%
B=30.31%

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
Decimal1722511840.3100.270.02129.1190.882.94
HexACFBB81F01B2815b53
Octal254373270370332201133123
Binary10101100111110111011100011111011011101000000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBB8; }

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

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

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

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

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

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

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

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