Html Css Color HEX #A6D802 Inch Worm

📋 copy color: '#A6D802'

red 166 ◦ green 216 ◦ blue 2

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

Shades of Inch Worm #A6D802

Tints of Inch Worm #A6D802

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.25%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 43.23%
G = 56.25%
B = 0.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#A6D802 (or 0xA6D802) is known color: Inch Worm. HEX triplet: A6, D8 and 02. RGB value is (166,216,2). Sum of RGB (Red+Green+Blue) = 166+216+2=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D802 is #5927FD. Grayscale: #B1B1B1. Windows color (decimal): -5842942 or 186534. OLE color: 186534.

HSL color Cylindrical-coordinate representation of color #A6D802: hue angle of 74.02º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6D802 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 216 2 -
CMYK 0.23 0 0.99 0.15
HSL 74.02º 0.98% 0.43% -
HSV(B) 74.02º 0.99% 0.85% -
XYZ 40.29 57.22 8.98 -
YUV 176.65 29.44 120.4 -
System Red Green Blue C M Y K H S L
Decimal 166 216 2 0.23 0 0.99 0.15 74.02 0.98 0.43
Hex A6 D8 2 17 0 63 F 4A 62 2B
Octal 246 330 2 27 0 143 17 112 142 53
Binary 10100110 11011000 10 10111 0 1100011 1111 1001010 1100010 101011

Color Harmonies of #A6D802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D802

Black with #A6D802

Text Example


Text Example

White with #A6D802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D802; }

 p { color: rgb(166,216,2); }

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

background-color css

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

 a { background-color: rgb(166,216,2); }

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

border-color css

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

 span { border-color: rgb(166,216,2); }

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