Html Css Color HEX #A8D211 Inch Worm

📋 copy color: '#A8D211'

red 168 ◦ green 210 ◦ blue 17

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

Shades of Inch Worm #A8D211

Tints of Inch Worm #A8D211

RGB

 RED value IS 168 (66.02% from 255) = 42.53%

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

 BLUE value IS 17 (7.03% from 255) = 4.3%

R = 42.53%
G = 53.16%
B = 4.3%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#A8D211 (or 0xA8D211) is known color: Inch Worm. HEX triplet: A8, D2 and 11. RGB value is (168,210,17). Sum of RGB (Red+Green+Blue) = 168+210+17=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D211 is #572DEE. Grayscale: #B0B0B0. Windows color (decimal): -5713391 or 1168040. OLE color: 1168040.

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

Color convert

RGB 168 210 17 -
CMYK 0.2 0 0.92 0.18
HSL 73.06º 0.85% 0.45% -
HSV(B) 73.06º 0.92% 0.82% -
XYZ 39.3 54.46 8.97 -
YUV 175.44 38.59 122.69 -
System Red Green Blue C M Y K H S L
Decimal 168 210 17 0.2 0 0.92 0.18 73.06 0.85 0.45
Hex A8 D2 11 14 0 5C 12 49 55 2D
Octal 250 322 21 24 0 134 22 111 125 55
Binary 10101000 11010010 10001 10100 0 1011100 10010 1001001 1010101 101101

Color Harmonies of #A8D211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D211

Black with #A8D211

Text Example


Text Example

White with #A8D211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D211; }

 p { color: rgb(168,210,17); }

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

background-color css

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

 a { background-color: rgb(168,210,17); }

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

border-color css

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

 span { border-color: rgb(168,210,17); }

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