Html Css Color HEX #ACF41C Inch Worm

📋 copy color: '#ACF41C'

red 172 ◦ green 244 ◦ blue 28

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

Shades of Inch Worm #ACF41C

Tints of Inch Worm #ACF41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.31%

R = 38.74%
G = 54.95%
B = 6.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#ACF41C (or 0xACF41C) is known color: Inch Worm. HEX triplet: AC, F4 and 1C. RGB value is (172,244,28). Sum of RGB (Red+Green+Blue) = 172+244+28=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 244 (95.70% from 255 or 54.95% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF41C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF41C is #530BE3. Grayscale: #C6C6C6. Windows color (decimal): -5442532 or 1897644. OLE color: 1897644.

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

Color convert

RGB 172 244 28 -
CMYK 0.30 0 0.89 0.04
HSL 80º 0.91% 0.53% -
HSV(B) 80º 0.89% 0.96% -
XYZ 49.57 73.56 12.68 -
YUV 197.85 32.15 109.56 -
System Red Green Blue C M Y K H S L
Decimal 172 244 28 0.30 0 0.89 0.04 80 0.91 0.53
Hex AC F4 1C 1E 0 59 4 50 5B 35
Octal 254 364 34 36 0 131 4 120 133 65
Binary 10101100 11110100 11100 11110 0 1011001 100 1010000 1011011 110101

Color Harmonies of #ACF41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF41C

Black with #ACF41C

Text Example


Text Example

White with #ACF41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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