Html Css Color HEX #A6D605 Inch Worm

📋 copy color: '#A6D605'

red 166 ◦ green 214 ◦ blue 5

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

Shades of Inch Worm #A6D605

Tints of Inch Worm #A6D605

RGB

 RED value IS 166 (65.23% from 255) = 43.12%

 GREEN value IS 214 (83.98% from 255) = 55.58%

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 43.12%
G = 55.58%
B = 1.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#A6D605 (or 0xA6D605) is known color: Inch Worm. HEX triplet: A6, D6 and 05. RGB value is (166,214,5). Sum of RGB (Red+Green+Blue) = 166+214+5=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D605 is #5929FA. Grayscale: #B0B0B0. Windows color (decimal): -5843451 or 382630. OLE color: 382630.

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

Color convert

RGB 166 214 5 -
CMYK 0.22 0 0.98 0.16
HSL 73.78º 0.95% 0.43% -
HSV(B) 73.78º 0.98% 0.84% -
XYZ 39.8 56.21 8.9 -
YUV 175.82 31.6 120.99 -
System Red Green Blue C M Y K H S L
Decimal 166 214 5 0.22 0 0.98 0.16 73.78 0.95 0.43
Hex A6 D6 5 16 0 62 10 4A 5F 2B
Octal 246 326 5 26 0 142 20 112 137 53
Binary 10100110 11010110 101 10110 0 1100010 10000 1001010 1011111 101011

Color Harmonies of #A6D605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D605

Black with #A6D605

Text Example


Text Example

White with #A6D605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D605; }

 p { color: rgb(166,214,5); }

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

background-color css

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

 a { background-color: rgb(166,214,5); }

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

border-color css

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

 span { border-color: rgb(166,214,5); }

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