Html Css Color HEX #A6D30E Inch Worm

📋 copy color: '#A6D30E'

red 166 ◦ green 211 ◦ blue 14

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

Shades of Inch Worm #A6D30E

Tints of Inch Worm #A6D30E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.96%

 BLUE value IS 14 (5.86% from 255) = 3.58%

R = 42.46%
G = 53.96%
B = 3.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#A6D30E (or 0xA6D30E) is known color: Inch Worm. HEX triplet: A6, D3 and 0E. RGB value is (166,211,14). Sum of RGB (Red+Green+Blue) = 166+211+14=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D30E is #592CF1. Grayscale: #AFAFAF. Windows color (decimal): -5844210 or 971686. OLE color: 971686.

HSL color Cylindrical-coordinate representation of color #A6D30E: hue angle of 73.71º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6D30E is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 211 14 -
CMYK 0.21 0 0.93 0.17
HSL 73.71º 0.88% 0.44% -
HSV(B) 73.71º 0.93% 0.83% -
XYZ 39.1 54.73 8.92 -
YUV 175.09 37.09 121.52 -
System Red Green Blue C M Y K H S L
Decimal 166 211 14 0.21 0 0.93 0.17 73.71 0.88 0.44
Hex A6 D3 E 15 0 5D 11 4A 58 2C
Octal 246 323 16 25 0 135 21 112 130 54
Binary 10100110 11010011 1110 10101 0 1011101 10001 1001010 1011000 101100

Color Harmonies of #A6D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D30E

Black with #A6D30E

Text Example


Text Example

White with #A6D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D30E; }

 p { color: rgb(166,211,14); }

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

background-color css

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

 a { background-color: rgb(166,211,14); }

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

border-color css

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

 span { border-color: rgb(166,211,14); }

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