Html Css Color HEX #ACD41F Inch Worm

📋 copy color: '#ACD41F'

red 172 ◦ green 212 ◦ blue 31

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

Shades of Inch Worm #ACD41F

Tints of Inch Worm #ACD41F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.08%

 BLUE value IS 31 (12.5% from 255) = 7.47%

R = 41.45%
G = 51.08%
B = 7.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#ACD41F (or 0xACD41F) is known color: Inch Worm. HEX triplet: AC, D4 and 1F. RGB value is (172,212,31). Sum of RGB (Red+Green+Blue) = 172+212+31=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD41F is #532BE0. Grayscale: #B4B4B4. Windows color (decimal): -5450721 or 2086060. OLE color: 2086060.

HSL color Cylindrical-coordinate representation of color #ACD41F: hue angle of 73.26º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACD41F is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 31 -
CMYK 0.19 0 0.85 0.17
HSL 73.26º 0.74% 0.48% -
HSV(B) 73.26º 0.85% 0.83% -
XYZ 40.8 55.96 9.95 -
YUV 179.41 44.25 122.72 -
System Red Green Blue C M Y K H S L
Decimal 172 212 31 0.19 0 0.85 0.17 73.26 0.74 0.48
Hex AC D4 1F 13 0 55 11 49 4A 30
Octal 254 324 37 23 0 125 21 111 112 60
Binary 10101100 11010100 11111 10011 0 1010101 10001 1001001 1001010 110000

Color Harmonies of #ACD41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD41F

Black with #ACD41F

Text Example


Text Example

White with #ACD41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD41F; }

 p { color: rgb(172,212,31); }

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

background-color css

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

 a { background-color: rgb(172,212,31); }

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

border-color css

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

 span { border-color: rgb(172,212,31); }

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