Html Css Color HEX #ACF419 Inch Worm

📋 copy color: '#ACF419'

red 172 ◦ green 244 ◦ blue 25

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

Shades of Inch Worm #ACF419

Tints of Inch Worm #ACF419

RGB

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

 GREEN value IS 244 (95.7% from 255) = 55.33%

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

R = 39%
G = 55.33%
B = 5.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#ACF419 (or 0xACF419) is known color: Inch Worm. HEX triplet: AC, F4 and 19. RGB value is (172,244,25). Sum of RGB (Red+Green+Blue) = 172+244+25=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 244 (95.70% from 255 or 55.33% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF419 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF419 is #530BE6. Grayscale: #C6C6C6. Windows color (decimal): -5442535 or 1701036. OLE color: 1701036.

HSL color Cylindrical-coordinate representation of color #ACF419: hue angle of 79.73º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACF419 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 25 -
CMYK 0.30 0 0.90 0.04
HSL 79.73º 0.91% 0.53% -
HSV(B) 79.73º 0.9% 0.96% -
XYZ 49.54 73.54 12.5 -
YUV 197.51 30.65 109.81 -
System Red Green Blue C M Y K H S L
Decimal 172 244 25 0.30 0 0.90 0.04 79.73 0.91 0.53
Hex AC F4 19 1E 0 5A 4 50 5B 35
Octal 254 364 31 36 0 132 4 120 133 65
Binary 10101100 11110100 11001 11110 0 1011010 100 1010000 1011011 110101

Color Harmonies of #ACF419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF419

Black with #ACF419

Text Example


Text Example

White with #ACF419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF419; }

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

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

background-color css

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

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

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

border-color css

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

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

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