Html Css Color HEX #ACF013 Inch Worm

📋 copy color: '#ACF013'

red 172 ◦ green 240 ◦ blue 19

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

Shades of Inch Worm #ACF013

Tints of Inch Worm #ACF013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.41%

R = 39.91%
G = 55.68%
B = 4.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#ACF013 (or 0xACF013) is known color: Inch Worm. HEX triplet: AC, F0 and 13. RGB value is (172,240,19). Sum of RGB (Red+Green+Blue) = 172+240+19=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF013 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF013 is #530FEC. Grayscale: #C3C3C3. Windows color (decimal): -5443565 or 1306796. OLE color: 1306796.

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

Color convert

RGB 172 240 19 -
CMYK 0.28 0 0.92 0.06
HSL 78.46º 0.88% 0.51% -
HSV(B) 78.46º 0.92% 0.94% -
XYZ 48.29 71.14 11.8 -
YUV 194.47 28.97 111.97 -
System Red Green Blue C M Y K H S L
Decimal 172 240 19 0.28 0 0.92 0.06 78.46 0.88 0.51
Hex AC F0 13 1C 0 5C 6 4E 58 33
Octal 254 360 23 34 0 134 6 116 130 63
Binary 10101100 11110000 10011 11100 0 1011100 110 1001110 1011000 110011

Color Harmonies of #ACF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF013

Black with #ACF013

Text Example


Text Example

White with #ACF013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF013; }

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

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

background-color css

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

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

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

border-color css

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

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

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