Html Css Color HEX #ACF61A Inch Worm

📋 copy color: '#ACF61A'

red 172 ◦ green 246 ◦ blue 26

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

Shades of Inch Worm #ACF61A

Tints of Inch Worm #ACF61A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 55.41%

 BLUE value IS 26 (10.55% from 255) = 5.86%

R = 38.74%
G = 55.41%
B = 5.86%

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

#ACF61A (or 0xACF61A) is known color: Inch Worm. HEX triplet: AC, F6 and 1A. RGB value is (172,246,26). Sum of RGB (Red+Green+Blue) = 172+246+26=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 246 (96.48% from 255 or 55.41% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF61A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF61A is #5309E5. Grayscale: #C7C7C7. Windows color (decimal): -5442022 or 1767084. OLE color: 1767084.

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

Color convert

RGB 172 246 26 -
CMYK 0.30 0 0.89 0.04
HSL 80.18º 0.92% 0.53% -
HSV(B) 80.18º 0.89% 0.96% -
XYZ 50.16 74.76 12.76 -
YUV 198.79 30.48 108.89 -
System Red Green Blue C M Y K H S L
Decimal 172 246 26 0.30 0 0.89 0.04 80.18 0.92 0.53
Hex AC F6 1A 1E 0 59 4 50 5C 35
Octal 254 366 32 36 0 131 4 120 134 65
Binary 10101100 11110110 11010 11110 0 1011001 100 1010000 1011100 110101

Color Harmonies of #ACF61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF61A

Black with #ACF61A

Text Example


Text Example

White with #ACF61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF61A; }

 p { color: rgb(172,246,26); }

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

background-color css

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

 a { background-color: rgb(172,246,26); }

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

border-color css

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

 span { border-color: rgb(172,246,26); }

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