Html Css Color HEX #A1DA0B Inch Worm

📋 copy color: '#A1DA0B'

red 161 ◦ green 218 ◦ blue 11

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

Shades of Inch Worm #A1DA0B

Tints of Inch Worm #A1DA0B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.9%

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

R = 41.28%
G = 55.9%
B = 2.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#A1DA0B (or 0xA1DA0B) is known color: Inch Worm. HEX triplet: A1, DA and 0B. RGB value is (161,218,11). Sum of RGB (Red+Green+Blue) = 161+218+11=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DA0B is #5E25F4. Grayscale: #B2B2B2. Windows color (decimal): -6170101 or 776865. OLE color: 776865.

HSL color Cylindrical-coordinate representation of color #A1DA0B: hue angle of 76.52º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1DA0B is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 218 11 -
CMYK 0.26 0 0.95 0.15
HSL 76.52º 0.9% 0.45% -
HSV(B) 76.52º 0.95% 0.85% -
XYZ 39.83 57.74 9.36 -
YUV 177.36 34.12 116.33 -
System Red Green Blue C M Y K H S L
Decimal 161 218 11 0.26 0 0.95 0.15 76.52 0.9 0.45
Hex A1 DA B 1A 0 5F F 4D 5A 2D
Octal 241 332 13 32 0 137 17 115 132 55
Binary 10100001 11011010 1011 11010 0 1011111 1111 1001101 1011010 101101

Color Harmonies of #A1DA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DA0B

Black with #A1DA0B

Text Example


Text Example

White with #A1DA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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