Html Css Color HEX #ACF211 Inch Worm

📋 copy color: '#ACF211'

red 172 ◦ green 242 ◦ blue 17

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

Shades of Inch Worm #ACF211

Tints of Inch Worm #ACF211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.94%

R = 39.91%
G = 56.15%
B = 3.94%

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

#ACF211 (or 0xACF211) is known color: Inch Worm. HEX triplet: AC, F2 and 11. RGB value is (172,242,17). Sum of RGB (Red+Green+Blue) = 172+242+17=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF211 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF211 is #530DEE. Grayscale: #C4C4C4. Windows color (decimal): -5443055 or 1176236. OLE color: 1176236.

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

Color convert

RGB 172 242 17 -
CMYK 0.29 0 0.93 0.05
HSL 78.67º 0.9% 0.51% -
HSV(B) 78.67º 0.93% 0.95% -
XYZ 48.87 72.32 11.91 -
YUV 195.42 27.31 111.3 -
System Red Green Blue C M Y K H S L
Decimal 172 242 17 0.29 0 0.93 0.05 78.67 0.9 0.51
Hex AC F2 11 1D 0 5D 5 4F 5A 33
Octal 254 362 21 35 0 135 5 117 132 63
Binary 10101100 11110010 10001 11101 0 1011101 101 1001111 1011010 110011

Color Harmonies of #ACF211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF211

Black with #ACF211

Text Example


Text Example

White with #ACF211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF211; }

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

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

background-color css

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

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

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

border-color css

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

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

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