Html Css Color HEX #ACF512 Inch Worm

📋 copy color: '#ACF512'

red 172 ◦ green 245 ◦ blue 18

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

Shades of Inch Worm #ACF512

Tints of Inch Worm #ACF512

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.32%

 BLUE value IS 18 (7.42% from 255) = 4.14%

R = 39.54%
G = 56.32%
B = 4.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#ACF512 (or 0xACF512) is known color: Inch Worm. HEX triplet: AC, F5 and 12. RGB value is (172,245,18). Sum of RGB (Red+Green+Blue) = 172+245+18=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 245 (96.09% from 255 or 56.32% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF512 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF512 is #530AED. Grayscale: #C6C6C6. Windows color (decimal): -5442286 or 1242540. OLE color: 1242540.

HSL color Cylindrical-coordinate representation of color #ACF512: hue angle of 79.3º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACF512 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 18 -
CMYK 0.30 0 0.93 0.04
HSL 79.3º 0.92% 0.52% -
HSV(B) 79.3º 0.93% 0.96% -
XYZ 49.77 74.12 12.26 -
YUV 197.3 26.82 109.96 -
System Red Green Blue C M Y K H S L
Decimal 172 245 18 0.30 0 0.93 0.04 79.3 0.92 0.52
Hex AC F5 12 1E 0 5D 4 4F 5C 34
Octal 254 365 22 36 0 135 4 117 134 64
Binary 10101100 11110101 10010 11110 0 1011101 100 1001111 1011100 110100

Color Harmonies of #ACF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF512

Black with #ACF512

Text Example


Text Example

White with #ACF512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF512; }

 p { color: rgb(172,245,18); }

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

background-color css

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

 a { background-color: rgb(172,245,18); }

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

border-color css

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

 span { border-color: rgb(172,245,18); }

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