Html Css Color HEX #ACF017 Inch Worm

📋 copy color: '#ACF017'

red 172 ◦ green 240 ◦ blue 23

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

Shades of Inch Worm #ACF017

Tints of Inch Worm #ACF017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.29%

R = 39.54%
G = 55.17%
B = 5.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#ACF017 (or 0xACF017) is known color: Inch Worm. HEX triplet: AC, F0 and 17. RGB value is (172,240,23). Sum of RGB (Red+Green+Blue) = 172+240+23=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF017 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF017 is #530FE8. Grayscale: #C3C3C3. Windows color (decimal): -5443561 or 1568940. OLE color: 1568940.

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

Color convert

RGB 172 240 23 -
CMYK 0.28 0 0.90 0.06
HSL 78.8º 0.88% 0.52% -
HSV(B) 78.8º 0.9% 0.94% -
XYZ 48.33 71.15 12 -
YUV 194.93 30.97 111.64 -
System Red Green Blue C M Y K H S L
Decimal 172 240 23 0.28 0 0.90 0.06 78.8 0.88 0.52
Hex AC F0 17 1C 0 5A 6 4F 58 34
Octal 254 360 27 34 0 132 6 117 130 64
Binary 10101100 11110000 10111 11100 0 1011010 110 1001111 1011000 110100

Color Harmonies of #ACF017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF017

Black with #ACF017

Text Example


Text Example

White with #ACF017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF017; }

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

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

background-color css

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

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

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

border-color css

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

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

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