Html Css Color HEX #ACF117 Inch Worm

📋 copy color: '#ACF117'

red 172 ◦ green 241 ◦ blue 23

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

Shades of Inch Worm #ACF117

Tints of Inch Worm #ACF117

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.28%

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

R = 39.45%
G = 55.28%
B = 5.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#ACF117 (or 0xACF117) is known color: Inch Worm. HEX triplet: AC, F1 and 17. RGB value is (172,241,23). Sum of RGB (Red+Green+Blue) = 172+241+23=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF117 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF117 is #530EE8. Grayscale: #C4C4C4. Windows color (decimal): -5443305 or 1569196. OLE color: 1569196.

HSL color Cylindrical-coordinate representation of color #ACF117: hue angle of 78.99º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACF117 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 23 -
CMYK 0.29 0 0.90 0.05
HSL 78.99º 0.89% 0.52% -
HSV(B) 78.99º 0.9% 0.95% -
XYZ 48.62 71.74 12.1 -
YUV 195.52 30.64 111.23 -
System Red Green Blue C M Y K H S L
Decimal 172 241 23 0.29 0 0.90 0.05 78.99 0.89 0.52
Hex AC F1 17 1D 0 5A 5 4F 59 34
Octal 254 361 27 35 0 132 5 117 131 64
Binary 10101100 11110001 10111 11101 0 1011010 101 1001111 1011001 110100

Color Harmonies of #ACF117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF117

Black with #ACF117

Text Example


Text Example

White with #ACF117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF117; }

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

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

background-color css

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

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

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

border-color css

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

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

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