Html Css Color HEX #A6DF14 Inch Worm

📋 copy color: '#A6DF14'

red 166 ◦ green 223 ◦ blue 20

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

Shades of Inch Worm #A6DF14

Tints of Inch Worm #A6DF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.52%

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

R = 40.59%
G = 54.52%
B = 4.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#A6DF14 (or 0xA6DF14) is known color: Inch Worm. HEX triplet: A6, DF and 14. RGB value is (166,223,20). Sum of RGB (Red+Green+Blue) = 166+223+20=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DF14 is #5920EB. Grayscale: #B7B7B7. Windows color (decimal): -5841132 or 1367974. OLE color: 1367974.

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

Color convert

RGB 166 223 20 -
CMYK 0.26 0 0.91 0.13
HSL 76.85º 0.84% 0.48% -
HSV(B) 76.85º 0.91% 0.87% -
XYZ 42.24 60.93 10.2 -
YUV 182.82 36.12 116.01 -
System Red Green Blue C M Y K H S L
Decimal 166 223 20 0.26 0 0.91 0.13 76.85 0.84 0.48
Hex A6 DF 14 1A 0 5B D 4D 54 30
Octal 246 337 24 32 0 133 15 115 124 60
Binary 10100110 11011111 10100 11010 0 1011011 1101 1001101 1010100 110000

Color Harmonies of #A6DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF14

Black with #A6DF14

Text Example


Text Example

White with #A6DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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