Html Css Color HEX #ACF318 Inch Worm

📋 copy color: '#ACF318'

red 172 ◦ green 243 ◦ blue 24

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

Shades of Inch Worm #ACF318

Tints of Inch Worm #ACF318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.47%

R = 39.18%
G = 55.35%
B = 5.47%

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

#ACF318 (or 0xACF318) is known color: Inch Worm. HEX triplet: AC, F3 and 18. RGB value is (172,243,24). Sum of RGB (Red+Green+Blue) = 172+243+24=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 243 (95.31% from 255 or 55.35% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF318 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF318 is #530CE7. Grayscale: #C5C5C5. Windows color (decimal): -5442792 or 1635244. OLE color: 1635244.

HSL color Cylindrical-coordinate representation of color #ACF318: hue angle of 79.45º degrees, saturation: 0.9, 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 #ACF318 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 24 -
CMYK 0.29 0 0.90 0.05
HSL 79.45º 0.9% 0.52% -
HSV(B) 79.45º 0.9% 0.95% -
XYZ 49.23 72.94 12.35 -
YUV 196.81 30.48 110.31 -
System Red Green Blue C M Y K H S L
Decimal 172 243 24 0.29 0 0.90 0.05 79.45 0.9 0.52
Hex AC F3 18 1D 0 5A 5 4F 5A 34
Octal 254 363 30 35 0 132 5 117 132 64
Binary 10101100 11110011 11000 11101 0 1011010 101 1001111 1011010 110100

Color Harmonies of #ACF318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF318

Black with #ACF318

Text Example


Text Example

White with #ACF318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF318; }

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

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

background-color css

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

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

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

border-color css

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

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

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