#ACFF73

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

Shades of Sulu #ACFF73

Tints of Sulu #ACFF73

Color information

#ACFF73 (or 0xACFF73) is unknown color: approx Sulu. HEX triplet: AC, FF and 73. RGB value is (172,255,115). Sum of RGB (Red+Green+Blue) = 172+255+115=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF73 is #53008C. Grayscale: #D6D6D6. Windows color (decimal): -5439629 or 7602092. OLE color: 7602092.

HSL color Cylindrical-coordinate representation of color #ACFF73: hue angle of 95.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACFF73 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB172255115-
CMYK0.3300.550
HSL95.57º100%72.55%-
HSV(B)95.57º54.9%100%-
XYZ55.8781.5329.01-
YUV214.227297.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 255 (100% from 255) = 47.05%
BLUE value IS 115 (45.31% from 255) = 21.22%
R=31.73%
G=47.05%
B=21.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551150.3300.55095.5710072.55
HexACFF73210370606449
Octal254377163410670140144111
Binary1010110011111111111001110000101101110110000011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFF73; }

 p { color: rgb(172,255,115); }

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

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

 a { background-color: rgb(172,255,115); }

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

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

 span { border-color: rgb(172,255,115); }

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