Html Css Color HEX #A1E015 Inch Worm

📋 copy color: '#A1E015'

red 161 ◦ green 224 ◦ blue 21

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

Shades of Inch Worm #A1E015

Tints of Inch Worm #A1E015

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.17%

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

R = 39.66%
G = 55.17%
B = 5.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#A1E015 (or 0xA1E015) is known color: Inch Worm. HEX triplet: A1, E0 and 15. RGB value is (161,224,21). Sum of RGB (Red+Green+Blue) = 161+224+21=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E015 is #5E1FEA. Grayscale: #B6B6B6. Windows color (decimal): -6168555 or 1433761. OLE color: 1433761.

HSL color Cylindrical-coordinate representation of color #A1E015: hue angle of 78.62º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1E015 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 224 21 -
CMYK 0.28 0 0.91 0.12
HSL 78.62º 0.83% 0.48% -
HSV(B) 78.62º 0.91% 0.88% -
XYZ 41.49 60.94 10.29 -
YUV 182.02 37.13 113.01 -
System Red Green Blue C M Y K H S L
Decimal 161 224 21 0.28 0 0.91 0.12 78.62 0.83 0.48
Hex A1 E0 15 1C 0 5B C 4F 53 30
Octal 241 340 25 34 0 133 14 117 123 60
Binary 10100001 11100000 10101 11100 0 1011011 1100 1001111 1010011 110000

Color Harmonies of #A1E015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E015

Black with #A1E015

Text Example


Text Example

White with #A1E015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E015; }

 p { color: rgb(161,224,21); }

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

background-color css

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

 a { background-color: rgb(161,224,21); }

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

border-color css

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

 span { border-color: rgb(161,224,21); }

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