Html Css Color HEX #ACF41D Inch Worm

📋 copy color: '#ACF41D'

red 172 ◦ green 244 ◦ blue 29

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

Shades of Inch Worm #ACF41D

Tints of Inch Worm #ACF41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.52%

R = 38.65%
G = 54.83%
B = 6.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#ACF41D (or 0xACF41D) is known color: Inch Worm. HEX triplet: AC, F4 and 1D. RGB value is (172,244,29). Sum of RGB (Red+Green+Blue) = 172+244+29=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 244 (95.70% from 255 or 54.83% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF41D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF41D is #530BE2. Grayscale: #C6C6C6. Windows color (decimal): -5442531 or 1963180. OLE color: 1963180.

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

Color convert

RGB 172 244 29 -
CMYK 0.30 0 0.88 0.04
HSL 80.09º 0.91% 0.54% -
HSV(B) 80.09º 0.88% 0.96% -
XYZ 49.59 73.56 12.75 -
YUV 197.96 32.65 109.48 -
System Red Green Blue C M Y K H S L
Decimal 172 244 29 0.30 0 0.88 0.04 80.09 0.91 0.54
Hex AC F4 1D 1E 0 58 4 50 5B 36
Octal 254 364 35 36 0 130 4 120 133 66
Binary 10101100 11110100 11101 11110 0 1011000 100 1010000 1011011 110110

Color Harmonies of #ACF41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF41D

Black with #ACF41D

Text Example


Text Example

White with #ACF41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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