Html Css Color HEX #ACF016 Inch Worm

📋 copy color: '#ACF016'

red 172 ◦ green 240 ◦ blue 22

#ACF016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #ACF016

Tints of Inch Worm #ACF016

RGB

 RED value IS 172 (67.58% from 255) = 39.63%

 GREEN value IS 240 (94.14% from 255) = 55.3%

 BLUE value IS 22 (8.98% from 255) = 5.07%

R = 39.63%
G = 55.3%
B = 5.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#ACF016 (or 0xACF016) is known color: Inch Worm. HEX triplet: AC, F0 and 16. RGB value is (172,240,22). Sum of RGB (Red+Green+Blue) = 172+240+22=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF016 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF016 is #530FE9. Grayscale: #C3C3C3. Windows color (decimal): -5443562 or 1503404. OLE color: 1503404.

HSL color Cylindrical-coordinate representation of color #ACF016: hue angle of 78.72º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACF016 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 22 -
CMYK 0.28 0 0.91 0.06
HSL 78.72º 0.88% 0.51% -
HSV(B) 78.72º 0.91% 0.94% -
XYZ 48.32 71.15 11.95 -
YUV 194.82 30.47 111.73 -
System Red Green Blue C M Y K H S L
Decimal 172 240 22 0.28 0 0.91 0.06 78.72 0.88 0.51
Hex AC F0 16 1C 0 5B 6 4F 58 33
Octal 254 360 26 34 0 133 6 117 130 63
Binary 10101100 11110000 10110 11100 0 1011011 110 1001111 1011000 110011

Color Harmonies of #ACF016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF016

Black with #ACF016

Text Example


Text Example

White with #ACF016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF016; }

 p { color: rgb(172,240,22); }

 H1.HeaderClassName
 {
   color: #ACF016;
 }
 .AnyTagClassName
 {
   color: #ACF016;
 }
</style>

background-color css

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

 a { background-color: rgb(172,240,22); }

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

border-color css

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

 span { border-color: rgb(172,240,22); }

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