Html Css Color HEX #A6E314 Inch Worm

📋 copy color: '#A6E314'

red 166 ◦ green 227 ◦ blue 20

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

Shades of Inch Worm #A6E314

Tints of Inch Worm #A6E314

RGB

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

 GREEN value IS 227 (89.06% from 255) = 54.96%

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

R = 40.19%
G = 54.96%
B = 4.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#A6E314 (or 0xA6E314) is known color: Inch Worm. HEX triplet: A6, E3 and 14. RGB value is (166,227,20). Sum of RGB (Red+Green+Blue) = 166+227+20=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 227 (89.06% from 255 or 54.96% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E314 is #591CEB. Grayscale: #B9B9B9. Windows color (decimal): -5840108 or 1368998. OLE color: 1368998.

HSL color Cylindrical-coordinate representation of color #A6E314: hue angle of 77.68º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6E314 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 227 20 -
CMYK 0.27 0 0.91 0.11
HSL 77.68º 0.84% 0.48% -
HSV(B) 77.68º 0.91% 0.89% -
XYZ 43.32 63.1 10.56 -
YUV 185.16 34.79 114.33 -
System Red Green Blue C M Y K H S L
Decimal 166 227 20 0.27 0 0.91 0.11 77.68 0.84 0.48
Hex A6 E3 14 1B 0 5B B 4E 54 30
Octal 246 343 24 33 0 133 13 116 124 60
Binary 10100110 11100011 10100 11011 0 1011011 1011 1001110 1010100 110000

Color Harmonies of #A6E314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E314

Black with #A6E314

Text Example


Text Example

White with #A6E314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E314; }

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

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

background-color css

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

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

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

border-color css

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

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

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