Html Css Color HEX #ACF214 Inch Worm

📋 copy color: '#ACF214'

red 172 ◦ green 242 ◦ blue 20

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

Shades of Inch Worm #ACF214

Tints of Inch Worm #ACF214

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.76%

 BLUE value IS 20 (8.2% from 255) = 4.61%

R = 39.63%
G = 55.76%
B = 4.61%

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

#ACF214 (or 0xACF214) is known color: Inch Worm. HEX triplet: AC, F2 and 14. RGB value is (172,242,20). Sum of RGB (Red+Green+Blue) = 172+242+20=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF214 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF214 is #530DEB. Grayscale: #C4C4C4. Windows color (decimal): -5443052 or 1372844. OLE color: 1372844.

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

Color convert

RGB 172 242 20 -
CMYK 0.29 0 0.92 0.05
HSL 78.92º 0.9% 0.51% -
HSV(B) 78.92º 0.92% 0.95% -
XYZ 48.89 72.33 12.05 -
YUV 195.76 28.81 111.05 -
System Red Green Blue C M Y K H S L
Decimal 172 242 20 0.29 0 0.92 0.05 78.92 0.9 0.51
Hex AC F2 14 1D 0 5C 5 4F 5A 33
Octal 254 362 24 35 0 134 5 117 132 63
Binary 10101100 11110010 10100 11101 0 1011100 101 1001111 1011010 110011

Color Harmonies of #ACF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF214

Black with #ACF214

Text Example


Text Example

White with #ACF214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF214; }

 p { color: rgb(172,242,20); }

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

background-color css

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

 a { background-color: rgb(172,242,20); }

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

border-color css

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

 span { border-color: rgb(172,242,20); }

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