Html Css Color HEX #ACF51C Inch Worm

📋 copy color: '#ACF51C'

red 172 ◦ green 245 ◦ blue 28

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

Shades of Inch Worm #ACF51C

Tints of Inch Worm #ACF51C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 55.06%

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

R = 38.65%
G = 55.06%
B = 6.29%

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

#ACF51C (or 0xACF51C) is known color: Inch Worm. HEX triplet: AC, F5 and 1C. RGB value is (172,245,28). Sum of RGB (Red+Green+Blue) = 172+245+28=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 245 (96.09% from 255 or 55.06% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF51C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF51C is #530AE3. Grayscale: #C7C7C7. Windows color (decimal): -5442276 or 1897900. OLE color: 1897900.

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

Color convert

RGB 172 245 28 -
CMYK 0.30 0 0.89 0.04
HSL 80.18º 0.92% 0.54% -
HSV(B) 80.18º 0.89% 0.96% -
XYZ 49.88 74.16 12.78 -
YUV 198.44 31.82 109.14 -
System Red Green Blue C M Y K H S L
Decimal 172 245 28 0.30 0 0.89 0.04 80.18 0.92 0.54
Hex AC F5 1C 1E 0 59 4 50 5C 36
Octal 254 365 34 36 0 131 4 120 134 66
Binary 10101100 11110101 11100 11110 0 1011001 100 1010000 1011100 110110

Color Harmonies of #ACF51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF51C

Black with #ACF51C

Text Example


Text Example

White with #ACF51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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