Html Css Color HEX #ACF316 Inch Worm

📋 copy color: '#ACF316'

red 172 ◦ green 243 ◦ blue 22

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

Shades of Inch Worm #ACF316

Tints of Inch Worm #ACF316

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.61%

 BLUE value IS 22 (8.98% from 255) = 5.03%

R = 39.36%
G = 55.61%
B = 5.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#ACF316 (or 0xACF316) is known color: Inch Worm. HEX triplet: AC, F3 and 16. RGB value is (172,243,22). Sum of RGB (Red+Green+Blue) = 172+243+22=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF316 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF316 is #530CE9. Grayscale: #C5C5C5. Windows color (decimal): -5442794 or 1504172. OLE color: 1504172.

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

Color convert

RGB 172 243 22 -
CMYK 0.29 0 0.91 0.05
HSL 79.28º 0.9% 0.52% -
HSV(B) 79.28º 0.91% 0.95% -
XYZ 49.21 72.93 12.24 -
YUV 196.58 29.48 110.47 -
System Red Green Blue C M Y K H S L
Decimal 172 243 22 0.29 0 0.91 0.05 79.28 0.9 0.52
Hex AC F3 16 1D 0 5B 5 4F 5A 34
Octal 254 363 26 35 0 133 5 117 132 64
Binary 10101100 11110011 10110 11101 0 1011011 101 1001111 1011010 110100

Color Harmonies of #ACF316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF316

Black with #ACF316

Text Example


Text Example

White with #ACF316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF316; }

 p { color: rgb(172,243,22); }

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

background-color css

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

 a { background-color: rgb(172,243,22); }

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

border-color css

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

 span { border-color: rgb(172,243,22); }

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