#ACF212

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

Shades of Inch Worm #ACF212

Tints of Inch Worm #ACF212

Color information

#ACF212 (or 0xACF212) is unknown color: approx Inch Worm. HEX triplet: AC, F2 and 12. RGB value is (172,242,18). Sum of RGB (Red+Green+Blue) = 172+242+18=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF212 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF212 is #530DED. Grayscale: #C4C4C4. Windows color (decimal): -5443054 or 1241772. OLE color: 1241772.

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

Color convert

RGB17224218-
CMYK0.2900.930.05
HSL78.75º89.6%50.98%-
HSV(B)78.75º92.56%94.9%-
XYZ48.8772.3211.96-
YUV195.5327.81111.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 242 (94.92% from 255) = 56.02%
BLUE value IS 18 (7.42% from 255) = 4.17%
R=39.81%
G=56.02%
B=4.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172242180.2900.930.0578.7589.650.98
HexACF2121D05D54f5a33
Octal25436222350135511713263
Binary101011001111001010010111010101110110110011111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF212; }

 p { color: rgb(172,242,18); }

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

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

 a { background-color: rgb(172,242,18); }

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

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

 span { border-color: rgb(172,242,18); }

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