#ACF114

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

Shades of Inch Worm #ACF114

Tints of Inch Worm #ACF114

Color information

#ACF114 (or 0xACF114) is unknown color: approx Inch Worm. HEX triplet: AC, F1 and 14. RGB value is (172,241,20). Sum of RGB (Red+Green+Blue) = 172+241+20=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF114 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF114 is #530EEB. Grayscale: #C3C3C3. Windows color (decimal): -5443308 or 1372588. OLE color: 1372588.

HSL color Cylindrical-coordinate representation of color #ACF114: hue angle of 78.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACF114 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB17224120-
CMYK0.2900.920.05
HSL78.73º88.76%51.18%-
HSV(B)78.73º91.7%94.51%-
XYZ48.5971.7311.95-
YUV195.1829.14111.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 241 (94.53% from 255) = 55.66%
BLUE value IS 20 (8.20% from 255) = 4.62%
R=39.72%
G=55.66%
B=4.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172241200.2900.920.0578.7388.7651.18
HexACF1141D05C54f5933
Octal25436124350134511713163
Binary101011001111000110100111010101110010110011111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF114; }

 p { color: rgb(172,241,20); }

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

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

 a { background-color: rgb(172,241,20); }

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

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

 span { border-color: rgb(172,241,20); }

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