#ACF21B

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

Shades of Inch Worm #ACF21B

Tints of Inch Worm #ACF21B

Color information

#ACF21B (or 0xACF21B) is unknown color: approx Inch Worm. HEX triplet: AC, F2 and 1B. RGB value is (172,242,27). Sum of RGB (Red+Green+Blue) = 172+242+27=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF21B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF21B is #530DE4. Grayscale: #C5C5C5. Windows color (decimal): -5443045 or 1831596. OLE color: 1831596.

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

Color convert

RGB17224227-
CMYK0.2900.890.05
HSL79.53º89.21%52.75%-
HSV(B)79.53º88.84%94.9%-
XYZ48.9672.3512.42-
YUV196.5632.31110.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 242 (94.92% from 255) = 54.88%
BLUE value IS 27 (10.94% from 255) = 6.12%
R=39.00%
G=54.88%
B=6.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172242270.2900.890.0579.5389.2152.75
HexACF21B1D0595505935
Octal25436233350131512013165
Binary101011001111001011011111010101100110110100001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF21B; }

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

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

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

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

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

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

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

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