Html Css Color HEX #A8DC21 Inch Worm

📋 copy color: '#A8DC21'

red 168 ◦ green 220 ◦ blue 33

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

Shades of Inch Worm #A8DC21

Tints of Inch Worm #A8DC21

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.26%

 BLUE value IS 33 (13.28% from 255) = 7.84%

R = 39.9%
G = 52.26%
B = 7.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#A8DC21 (or 0xA8DC21) is known color: Inch Worm. HEX triplet: A8, DC and 21. RGB value is (168,220,33). Sum of RGB (Red+Green+Blue) = 168+220+33=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC21 is #5723DE. Grayscale: #B7B7B7. Windows color (decimal): -5710815 or 2219176. OLE color: 2219176.

HSL color Cylindrical-coordinate representation of color #A8DC21: hue angle of 76.68º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8DC21 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 33 -
CMYK 0.24 0 0.85 0.14
HSL 76.68º 0.74% 0.5% -
HSV(B) 76.68º 0.85% 0.86% -
XYZ 42.02 59.62 10.73 -
YUV 183.13 43.27 117.21 -
System Red Green Blue C M Y K H S L
Decimal 168 220 33 0.24 0 0.85 0.14 76.68 0.74 0.5
Hex A8 DC 21 18 0 55 E 4D 4A 32
Octal 250 334 41 30 0 125 16 115 112 62
Binary 10101000 11011100 100001 11000 0 1010101 1110 1001101 1001010 110010

Color Harmonies of #A8DC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC21

Black with #A8DC21

Text Example


Text Example

White with #A8DC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC21; }

 p { color: rgb(168,220,33); }

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

background-color css

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

 a { background-color: rgb(168,220,33); }

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

border-color css

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

 span { border-color: rgb(168,220,33); }

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