Html Css Color HEX #ACF313 Inch Worm

📋 copy color: '#ACF313'

red 172 ◦ green 243 ◦ blue 19

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

Shades of Inch Worm #ACF313

Tints of Inch Worm #ACF313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.38%

R = 39.63%
G = 55.99%
B = 4.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#ACF313 (or 0xACF313) is known color: Inch Worm. HEX triplet: AC, F3 and 13. RGB value is (172,243,19). Sum of RGB (Red+Green+Blue) = 172+243+19=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 243 (95.31% from 255 or 55.99% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF313 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF313 is #530CEC. Grayscale: #C5C5C5. Windows color (decimal): -5442797 or 1307564. OLE color: 1307564.

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

Color convert

RGB 172 243 19 -
CMYK 0.29 0 0.92 0.05
HSL 79.02º 0.9% 0.51% -
HSV(B) 79.02º 0.92% 0.95% -
XYZ 49.18 72.92 12.1 -
YUV 196.24 27.98 110.71 -
System Red Green Blue C M Y K H S L
Decimal 172 243 19 0.29 0 0.92 0.05 79.02 0.9 0.51
Hex AC F3 13 1D 0 5C 5 4F 5A 33
Octal 254 363 23 35 0 134 5 117 132 63
Binary 10101100 11110011 10011 11101 0 1011100 101 1001111 1011010 110011

Color Harmonies of #ACF313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF313

Black with #ACF313

Text Example


Text Example

White with #ACF313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF313; }

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

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

background-color css

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

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

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

border-color css

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

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

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