#ACE706

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

Shades of Inch Worm #ACE706

Tints of Inch Worm #ACE706

Color information

#ACE706 (or 0xACE706) is unknown color: approx Inch Worm. HEX triplet: AC, E7 and 06. RGB value is (172,231,6). Sum of RGB (Red+Green+Blue) = 172+231+6=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 231 (90.62% from 255 or 56.48% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACE706 is #5318F9. Grayscale: #BCBCBC. Windows color (decimal): -5445882 or 452524. OLE color: 452524.

HSL color Cylindrical-coordinate representation of color #ACE706: hue angle of 75.73º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACE706 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB1722316-
CMYK0.2600.970.09
HSL75.73º94.94%46.47%-
HSV(B)75.73º97.4%90.59%-
XYZ45.6265.9410.49-
YUV187.7125.45116.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 231 (90.62% from 255) = 56.48%
BLUE value IS 6 (2.73% from 255) = 1.47%
R=42.05%
G=56.48%
B=1.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal17223160.2600.970.0975.7394.9446.47
HexACE761A06194c5f2e
Octal25434763201411111413756
Binary10101100111001111101101001100001100110011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE706; }

 p { color: rgb(172,231,6); }

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

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

 a { background-color: rgb(172,231,6); }

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

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

 span { border-color: rgb(172,231,6); }

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