Html Css Color HEX #A6D215 Inch Worm

📋 copy color: '#A6D215'

red 166 ◦ green 210 ◦ blue 21

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

Shades of Inch Worm #A6D215

Tints of Inch Worm #A6D215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.9%

 BLUE value IS 21 (8.59% from 255) = 5.29%

R = 41.81%
G = 52.9%
B = 5.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#A6D215 (or 0xA6D215) is known color: Inch Worm. HEX triplet: A6, D2 and 15. RGB value is (166,210,21). Sum of RGB (Red+Green+Blue) = 166+210+21=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D215 is #592DEA. Grayscale: #B0B0B0. Windows color (decimal): -5844459 or 1430182. OLE color: 1430182.

HSL color Cylindrical-coordinate representation of color #A6D215: hue angle of 73.97º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6D215 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 210 21 -
CMYK 0.21 0 0.90 0.18
HSL 73.97º 0.82% 0.45% -
HSV(B) 73.97º 0.9% 0.82% -
XYZ 38.91 54.25 9.13 -
YUV 175.3 40.92 121.37 -
System Red Green Blue C M Y K H S L
Decimal 166 210 21 0.21 0 0.90 0.18 73.97 0.82 0.45
Hex A6 D2 15 15 0 5A 12 4A 52 2D
Octal 246 322 25 25 0 132 22 112 122 55
Binary 10100110 11010010 10101 10101 0 1011010 10010 1001010 1010010 101101

Color Harmonies of #A6D215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D215

Black with #A6D215

Text Example


Text Example

White with #A6D215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D215; }

 p { color: rgb(166,210,21); }

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

background-color css

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

 a { background-color: rgb(166,210,21); }

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

border-color css

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

 span { border-color: rgb(166,210,21); }

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