Html Css Color HEX #A1DA0D Inch Worm

📋 copy color: '#A1DA0D'

red 161 ◦ green 218 ◦ blue 13

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

Shades of Inch Worm #A1DA0D

Tints of Inch Worm #A1DA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 41.07%
G = 55.61%
B = 3.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#A1DA0D (or 0xA1DA0D) is known color: Inch Worm. HEX triplet: A1, DA and 0D. RGB value is (161,218,13). Sum of RGB (Red+Green+Blue) = 161+218+13=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DA0D is #5E25F2. Grayscale: #B2B2B2. Windows color (decimal): -6170099 or 907937. OLE color: 907937.

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

Color convert

RGB 161 218 13 -
CMYK 0.26 0 0.94 0.15
HSL 76.68º 0.89% 0.45% -
HSV(B) 76.68º 0.94% 0.85% -
XYZ 39.84 57.75 9.43 -
YUV 177.59 35.12 116.17 -
System Red Green Blue C M Y K H S L
Decimal 161 218 13 0.26 0 0.94 0.15 76.68 0.89 0.45
Hex A1 DA D 1A 0 5E F 4D 59 2D
Octal 241 332 15 32 0 136 17 115 131 55
Binary 10100001 11011010 1101 11010 0 1011110 1111 1001101 1011001 101101

Color Harmonies of #A1DA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DA0D

Black with #A1DA0D

Text Example


Text Example

White with #A1DA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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