Html Css Color HEX #A1DA06 Inch Worm

📋 copy color: '#A1DA06'

red 161 ◦ green 218 ◦ blue 6

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

Shades of Inch Worm #A1DA06

Tints of Inch Worm #A1DA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.56%

R = 41.82%
G = 56.62%
B = 1.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#A1DA06 (or 0xA1DA06) is known color: Inch Worm. HEX triplet: A1, DA and 06. RGB value is (161,218,6). Sum of RGB (Red+Green+Blue) = 161+218+6=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 218 (85.55% from 255 or 56.62% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DA06 is #5E25F9. Grayscale: #B1B1B1. Windows color (decimal): -6170106 or 449185. OLE color: 449185.

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

Color convert

RGB 161 218 6 -
CMYK 0.26 0 0.97 0.15
HSL 76.13º 0.95% 0.44% -
HSV(B) 76.13º 0.97% 0.85% -
XYZ 39.8 57.73 9.22 -
YUV 176.79 31.62 116.74 -
System Red Green Blue C M Y K H S L
Decimal 161 218 6 0.26 0 0.97 0.15 76.13 0.95 0.44
Hex A1 DA 6 1A 0 61 F 4C 5F 2C
Octal 241 332 6 32 0 141 17 114 137 54
Binary 10100001 11011010 110 11010 0 1100001 1111 1001100 1011111 101100

Color Harmonies of #A1DA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DA06

Black with #A1DA06

Text Example


Text Example

White with #A1DA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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