Html Css Color HEX #A6D50A Inch Worm

📋 copy color: '#A6D50A'

red 166 ◦ green 213 ◦ blue 10

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

Shades of Inch Worm #A6D50A

Tints of Inch Worm #A6D50A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.76%

 BLUE value IS 10 (4.3% from 255) = 2.57%

R = 42.67%
G = 54.76%
B = 2.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#A6D50A (or 0xA6D50A) is known color: Inch Worm. HEX triplet: A6, D5 and 0A. RGB value is (166,213,10). Sum of RGB (Red+Green+Blue) = 166+213+10=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D50A is #592AF5. Grayscale: #B0B0B0. Windows color (decimal): -5843702 or 710054. OLE color: 710054.

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

Color convert

RGB 166 213 10 -
CMYK 0.22 0 0.95 0.16
HSL 73.89º 0.91% 0.44% -
HSV(B) 73.89º 0.95% 0.84% -
XYZ 39.57 55.72 8.96 -
YUV 175.81 34.43 121.01 -
System Red Green Blue C M Y K H S L
Decimal 166 213 10 0.22 0 0.95 0.16 73.89 0.91 0.44
Hex A6 D5 A 16 0 5F 10 4A 5B 2C
Octal 246 325 12 26 0 137 20 112 133 54
Binary 10100110 11010101 1010 10110 0 1011111 10000 1001010 1011011 101100

Color Harmonies of #A6D50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D50A

Black with #A6D50A

Text Example


Text Example

White with #A6D50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D50A; }

 p { color: rgb(166,213,10); }

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

background-color css

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

 a { background-color: rgb(166,213,10); }

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

border-color css

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

 span { border-color: rgb(166,213,10); }

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