#ACFF76

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

Shades of Sulu #ACFF76

Tints of Sulu #ACFF76

Color information

#ACFF76 (or 0xACFF76) is unknown color: approx Sulu. HEX triplet: AC, FF and 76. RGB value is (172,255,118). Sum of RGB (Red+Green+Blue) = 172+255+118=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF76 is #530089. Grayscale: #D7D7D7. Windows color (decimal): -5439626 or 7798700. OLE color: 7798700.

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

Color convert

RGB172255118-
CMYK0.3300.540
HSL96.35º100%73.14%-
HSV(B)96.35º53.73%100%-
XYZ56.0481.629.94-
YUV214.5673.597.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 118 (46.48% from 255) = 21.65%
R=31.56%
G=46.79%
B=21.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551180.3300.54096.3510073.14
HexACFF76210360606449
Octal254377166410660140144111
Binary1010110011111111111011010000101101100110000011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFF76; }

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

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

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

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

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

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

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

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