Html Css Color HEX #ACF021 Inch Worm

📋 copy color: '#ACF021'

red 172 ◦ green 240 ◦ blue 33

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

Shades of Inch Worm #ACF021

Tints of Inch Worm #ACF021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.42%

R = 38.65%
G = 53.93%
B = 7.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#ACF021 (or 0xACF021) is known color: Inch Worm. HEX triplet: AC, F0 and 21. RGB value is (172,240,33). Sum of RGB (Red+Green+Blue) = 172+240+33=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF021 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF021 is #530FDE. Grayscale: #C4C4C4. Windows color (decimal): -5443551 or 2224300. OLE color: 2224300.

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

Color convert

RGB 172 240 33 -
CMYK 0.28 0 0.86 0.06
HSL 79.71º 0.87% 0.54% -
HSV(B) 79.71º 0.86% 0.94% -
XYZ 48.45 71.2 12.63 -
YUV 196.07 35.97 110.83 -
System Red Green Blue C M Y K H S L
Decimal 172 240 33 0.28 0 0.86 0.06 79.71 0.87 0.54
Hex AC F0 21 1C 0 56 6 50 57 36
Octal 254 360 41 34 0 126 6 120 127 66
Binary 10101100 11110000 100001 11100 0 1010110 110 1010000 1010111 110110

Color Harmonies of #ACF021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF021

Black with #ACF021

Text Example


Text Example

White with #ACF021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF021; }

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

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

background-color css

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

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

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

border-color css

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

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

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