Html Css Color HEX #ACF615 Inch Worm

📋 copy color: '#ACF615'

red 172 ◦ green 246 ◦ blue 21

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

Shades of Inch Worm #ACF615

Tints of Inch Worm #ACF615

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.04%

 BLUE value IS 21 (8.59% from 255) = 4.78%

R = 39.18%
G = 56.04%
B = 4.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#ACF615 (or 0xACF615) is known color: Inch Worm. HEX triplet: AC, F6 and 15. RGB value is (172,246,21). Sum of RGB (Red+Green+Blue) = 172+246+21=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 246 (96.48% from 255 or 56.04% from 439); Blue value is 21 (8.59% from 255 or 4.78% from 439); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF615 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF615 is #5309EA. Grayscale: #C7C7C7. Windows color (decimal): -5442027 or 1439404. OLE color: 1439404.

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

Color convert

RGB 172 246 21 -
CMYK 0.30 0 0.91 0.04
HSL 79.73º 0.93% 0.52% -
HSV(B) 79.73º 0.91% 0.96% -
XYZ 50.1 74.74 12.49 -
YUV 198.22 27.98 109.3 -
System Red Green Blue C M Y K H S L
Decimal 172 246 21 0.30 0 0.91 0.04 79.73 0.93 0.52
Hex AC F6 15 1E 0 5B 4 50 5D 34
Octal 254 366 25 36 0 133 4 120 135 64
Binary 10101100 11110110 10101 11110 0 1011011 100 1010000 1011101 110100

Color Harmonies of #ACF615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF615

Black with #ACF615

Text Example


Text Example

White with #ACF615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF615; }

 p { color: rgb(172,246,21); }

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

background-color css

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

 a { background-color: rgb(172,246,21); }

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

border-color css

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

 span { border-color: rgb(172,246,21); }

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