Html Css Color HEX #A1D60F Inch Worm

📋 copy color: '#A1D60F'

red 161 ◦ green 214 ◦ blue 15

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

Shades of Inch Worm #A1D60F

Tints of Inch Worm #A1D60F

RGB

 RED value IS 161 (63.28% from 255) = 41.28%

 GREEN value IS 214 (83.98% from 255) = 54.87%

 BLUE value IS 15 (6.25% from 255) = 3.85%

R = 41.28%
G = 54.87%
B = 3.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#A1D60F (or 0xA1D60F) is known color: Inch Worm. HEX triplet: A1, D6 and 0F. RGB value is (161,214,15). Sum of RGB (Red+Green+Blue) = 161+214+15=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 214 (83.98% from 255 or 54.87% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D60F is #5E29F0. Grayscale: #B0B0B0. Windows color (decimal): -6171121 or 1037985. OLE color: 1037985.

HSL color Cylindrical-coordinate representation of color #A1D60F: hue angle of 75.98º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1D60F is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 214 15 -
CMYK 0.25 0 0.93 0.16
HSL 75.98º 0.87% 0.45% -
HSV(B) 75.98º 0.93% 0.84% -
XYZ 38.83 55.7 9.16 -
YUV 175.47 37.44 117.68 -
System Red Green Blue C M Y K H S L
Decimal 161 214 15 0.25 0 0.93 0.16 75.98 0.87 0.45
Hex A1 D6 F 19 0 5D 10 4C 57 2D
Octal 241 326 17 31 0 135 20 114 127 55
Binary 10100001 11010110 1111 11001 0 1011101 10000 1001100 1010111 101101

Color Harmonies of #A1D60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D60F

Black with #A1D60F

Text Example


Text Example

White with #A1D60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D60F; }

 p { color: rgb(161,214,15); }

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

background-color css

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

 a { background-color: rgb(161,214,15); }

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

border-color css

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

 span { border-color: rgb(161,214,15); }

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