Html Css Color HEX #A6D714 Inch Worm

📋 copy color: '#A6D714'

red 166 ◦ green 215 ◦ blue 20

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

Shades of Inch Worm #A6D714

Tints of Inch Worm #A6D714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.62%

 BLUE value IS 20 (8.2% from 255) = 4.99%

R = 41.4%
G = 53.62%
B = 4.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#A6D714 (or 0xA6D714) is known color: Inch Worm. HEX triplet: A6, D7 and 14. RGB value is (166,215,20). Sum of RGB (Red+Green+Blue) = 166+215+20=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D714 is #5928EB. Grayscale: #B2B2B2. Windows color (decimal): -5843180 or 1365926. OLE color: 1365926.

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

Color convert

RGB 166 215 20 -
CMYK 0.23 0 0.91 0.16
HSL 75.08º 0.83% 0.46% -
HSV(B) 75.08º 0.91% 0.84% -
XYZ 40.15 56.76 9.5 -
YUV 178.12 38.77 119.36 -
System Red Green Blue C M Y K H S L
Decimal 166 215 20 0.23 0 0.91 0.16 75.08 0.83 0.46
Hex A6 D7 14 17 0 5B 10 4B 53 2E
Octal 246 327 24 27 0 133 20 113 123 56
Binary 10100110 11010111 10100 10111 0 1011011 10000 1001011 1010011 101110

Color Harmonies of #A6D714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D714

Black with #A6D714

Text Example


Text Example

White with #A6D714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D714; }

 p { color: rgb(166,215,20); }

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

background-color css

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

 a { background-color: rgb(166,215,20); }

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

border-color css

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

 span { border-color: rgb(166,215,20); }

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