Html Css Color HEX #A1D50B Inch Worm

📋 copy color: '#A1D50B'

red 161 ◦ green 213 ◦ blue 11

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

Shades of Inch Worm #A1D50B

Tints of Inch Worm #A1D50B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 55.32%

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 41.82%
G = 55.32%
B = 2.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#A1D50B (or 0xA1D50B) is known color: Inch Worm. HEX triplet: A1, D5 and 0B. RGB value is (161,213,11). Sum of RGB (Red+Green+Blue) = 161+213+11=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D50B is #5E2AF4. Grayscale: #AFAFAF. Windows color (decimal): -6171381 or 775585. OLE color: 775585.

HSL color Cylindrical-coordinate representation of color #A1D50B: hue angle of 75.45º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1D50B is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 213 11 -
CMYK 0.24 0 0.95 0.16
HSL 75.45º 0.9% 0.44% -
HSV(B) 75.45º 0.95% 0.84% -
XYZ 38.55 55.19 8.94 -
YUV 174.42 35.77 118.43 -
System Red Green Blue C M Y K H S L
Decimal 161 213 11 0.24 0 0.95 0.16 75.45 0.9 0.44
Hex A1 D5 B 18 0 5F 10 4B 5A 2C
Octal 241 325 13 30 0 137 20 113 132 54
Binary 10100001 11010101 1011 11000 0 1011111 10000 1001011 1011010 101100

Color Harmonies of #A1D50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D50B

Black with #A1D50B

Text Example


Text Example

White with #A1D50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D50B; }

 p { color: rgb(161,213,11); }

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

background-color css

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

 a { background-color: rgb(161,213,11); }

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

border-color css

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

 span { border-color: rgb(161,213,11); }

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