Html Css Color HEX #ACF01C Inch Worm

📋 copy color: '#ACF01C'

red 172 ◦ green 240 ◦ blue 28

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

Shades of Inch Worm #ACF01C

Tints of Inch Worm #ACF01C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.55%

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

R = 39.09%
G = 54.55%
B = 6.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#ACF01C (or 0xACF01C) is known color: Inch Worm. HEX triplet: AC, F0 and 1C. RGB value is (172,240,28). Sum of RGB (Red+Green+Blue) = 172+240+28=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF01C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF01C is #530FE3. Grayscale: #C4C4C4. Windows color (decimal): -5443556 or 1896620. OLE color: 1896620.

HSL color Cylindrical-coordinate representation of color #ACF01C: hue angle of 79.25º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACF01C is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 28 -
CMYK 0.28 0 0.88 0.06
HSL 79.25º 0.88% 0.53% -
HSV(B) 79.25º 0.88% 0.94% -
XYZ 48.38 71.17 12.29 -
YUV 195.5 33.47 111.24 -
System Red Green Blue C M Y K H S L
Decimal 172 240 28 0.28 0 0.88 0.06 79.25 0.88 0.53
Hex AC F0 1C 1C 0 58 6 4F 58 35
Octal 254 360 34 34 0 130 6 117 130 65
Binary 10101100 11110000 11100 11100 0 1011000 110 1001111 1011000 110101

Color Harmonies of #ACF01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF01C

Black with #ACF01C

Text Example


Text Example

White with #ACF01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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