Html Css Color HEX #ACF418 Inch Worm

📋 copy color: '#ACF418'

red 172 ◦ green 244 ◦ blue 24

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

Shades of Inch Worm #ACF418

Tints of Inch Worm #ACF418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.45%

R = 39.09%
G = 55.45%
B = 5.45%

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

#ACF418 (or 0xACF418) is known color: Inch Worm. HEX triplet: AC, F4 and 18. RGB value is (172,244,24). Sum of RGB (Red+Green+Blue) = 172+244+24=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 244 (95.70% from 255 or 55.45% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF418 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF418 is #530BE7. Grayscale: #C6C6C6. Windows color (decimal): -5442536 or 1635500. OLE color: 1635500.

HSL color Cylindrical-coordinate representation of color #ACF418: hue angle of 79.64º 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 #ACF418 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 24 -
CMYK 0.30 0 0.90 0.04
HSL 79.64º 0.91% 0.53% -
HSV(B) 79.64º 0.9% 0.96% -
XYZ 49.53 73.54 12.45 -
YUV 197.39 30.15 109.89 -
System Red Green Blue C M Y K H S L
Decimal 172 244 24 0.30 0 0.90 0.04 79.64 0.91 0.53
Hex AC F4 18 1E 0 5A 4 50 5B 35
Octal 254 364 30 36 0 132 4 120 133 65
Binary 10101100 11110100 11000 11110 0 1011010 100 1010000 1011011 110101

Color Harmonies of #ACF418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF418

Black with #ACF418

Text Example


Text Example

White with #ACF418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF418; }

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

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

background-color css

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

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

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

border-color css

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

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

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