Html Css Color HEX #ACF019 Inch Worm

📋 copy color: '#ACF019'

red 172 ◦ green 240 ◦ blue 25

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

Shades of Inch Worm #ACF019

Tints of Inch Worm #ACF019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.72%

R = 39.36%
G = 54.92%
B = 5.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#ACF019 (or 0xACF019) is known color: Inch Worm. HEX triplet: AC, F0 and 19. RGB value is (172,240,25). Sum of RGB (Red+Green+Blue) = 172+240+25=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF019 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF019 is #530FE6. Grayscale: #C3C3C3. Windows color (decimal): -5443559 or 1700012. OLE color: 1700012.

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

Color convert

RGB 172 240 25 -
CMYK 0.28 0 0.90 0.06
HSL 78.98º 0.88% 0.52% -
HSV(B) 78.98º 0.9% 0.94% -
XYZ 48.35 71.16 12.11 -
YUV 195.16 31.97 111.48 -
System Red Green Blue C M Y K H S L
Decimal 172 240 25 0.28 0 0.90 0.06 78.98 0.88 0.52
Hex AC F0 19 1C 0 5A 6 4F 58 34
Octal 254 360 31 34 0 132 6 117 130 64
Binary 10101100 11110000 11001 11100 0 1011010 110 1001111 1011000 110100

Color Harmonies of #ACF019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF019

Black with #ACF019

Text Example


Text Example

White with #ACF019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF019; }

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

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

background-color css

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

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

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

border-color css

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

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

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