Html Css Color HEX #ACF319 Inch Worm

📋 copy color: '#ACF319'

red 172 ◦ green 243 ◦ blue 25

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

Shades of Inch Worm #ACF319

Tints of Inch Worm #ACF319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.68%

R = 39.09%
G = 55.23%
B = 5.68%

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

#ACF319 (or 0xACF319) is known color: Inch Worm. HEX triplet: AC, F3 and 19. RGB value is (172,243,25). Sum of RGB (Red+Green+Blue) = 172+243+25=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 243 (95.31% from 255 or 55.23% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF319 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF319 is #530CE6. Grayscale: #C5C5C5. Windows color (decimal): -5442791 or 1700780. OLE color: 1700780.

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

Color convert

RGB 172 243 25 -
CMYK 0.29 0 0.90 0.05
HSL 79.54º 0.9% 0.53% -
HSV(B) 79.54º 0.9% 0.95% -
XYZ 49.24 72.94 12.4 -
YUV 196.92 30.98 110.23 -
System Red Green Blue C M Y K H S L
Decimal 172 243 25 0.29 0 0.90 0.05 79.54 0.9 0.53
Hex AC F3 19 1D 0 5A 5 50 5A 35
Octal 254 363 31 35 0 132 5 120 132 65
Binary 10101100 11110011 11001 11101 0 1011010 101 1010000 1011010 110101

Color Harmonies of #ACF319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF319

Black with #ACF319

Text Example


Text Example

White with #ACF319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF319; }

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

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

background-color css

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

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

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

border-color css

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

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

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