Html Css Color HEX #ACF312 Inch Worm

📋 copy color: '#ACF312'

red 172 ◦ green 243 ◦ blue 18

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

Shades of Inch Worm #ACF312

Tints of Inch Worm #ACF312

RGB

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

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

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

R = 39.72%
G = 56.12%
B = 4.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#ACF312 (or 0xACF312) is known color: Inch Worm. HEX triplet: AC, F3 and 12. RGB value is (172,243,18). Sum of RGB (Red+Green+Blue) = 172+243+18=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 243 (95.31% from 255 or 56.12% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF312 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF312 is #530CED. Grayscale: #C4C4C4. Windows color (decimal): -5442798 or 1242028. OLE color: 1242028.

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

Color convert

RGB 172 243 18 -
CMYK 0.29 0 0.93 0.05
HSL 78.93º 0.9% 0.51% -
HSV(B) 78.93º 0.93% 0.95% -
XYZ 49.17 72.92 12.05 -
YUV 196.12 27.48 110.8 -
System Red Green Blue C M Y K H S L
Decimal 172 243 18 0.29 0 0.93 0.05 78.93 0.9 0.51
Hex AC F3 12 1D 0 5D 5 4F 5A 33
Octal 254 363 22 35 0 135 5 117 132 63
Binary 10101100 11110011 10010 11101 0 1011101 101 1001111 1011010 110011

Color Harmonies of #ACF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF312

Black with #ACF312

Text Example


Text Example

White with #ACF312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF312; }

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

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

background-color css

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

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

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

border-color css

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

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

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