Html Css Color HEX #ACD71F Inch Worm

📋 copy color: '#ACD71F'

red 172 ◦ green 215 ◦ blue 31

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

Shades of Inch Worm #ACD71F

Tints of Inch Worm #ACD71F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.44%

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

R = 41.15%
G = 51.44%
B = 7.42%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#ACD71F (or 0xACD71F) is known color: Inch Worm. HEX triplet: AC, D7 and 1F. RGB value is (172,215,31). Sum of RGB (Red+Green+Blue) = 172+215+31=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD71F is #5328E0. Grayscale: #B5B5B5. Windows color (decimal): -5449953 or 2086828. OLE color: 2086828.

HSL color Cylindrical-coordinate representation of color #ACD71F: hue angle of 74.02º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACD71F is Cyan = 0.2, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 31 -
CMYK 0.2 0 0.86 0.16
HSL 74.02º 0.75% 0.48% -
HSV(B) 74.02º 0.86% 0.84% -
XYZ 41.56 57.47 10.2 -
YUV 181.17 43.25 121.46 -
System Red Green Blue C M Y K H S L
Decimal 172 215 31 0.2 0 0.86 0.16 74.02 0.75 0.48
Hex AC D7 1F 14 0 56 10 4A 4B 30
Octal 254 327 37 24 0 126 20 112 113 60
Binary 10101100 11010111 11111 10100 0 1010110 10000 1001010 1001011 110000

Color Harmonies of #ACD71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD71F

Black with #ACD71F

Text Example


Text Example

White with #ACD71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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