Html Css Color HEX #A8D822 Inch Worm

📋 copy color: '#A8D822'

red 168 ◦ green 216 ◦ blue 34

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

Shades of Inch Worm #A8D822

Tints of Inch Worm #A8D822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.13%

R = 40.19%
G = 51.67%
B = 8.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#A8D822 (or 0xA8D822) is known color: Inch Worm. HEX triplet: A8, D8 and 22. RGB value is (168,216,34). Sum of RGB (Red+Green+Blue) = 168+216+34=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 216 (84.77% from 255 or 51.67% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D822 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D822 is #5727DD. Grayscale: #B5B5B5. Windows color (decimal): -5711838 or 2283688. OLE color: 2283688.

HSL color Cylindrical-coordinate representation of color #A8D822: hue angle of 75.82º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8D822 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 34 -
CMYK 0.22 0 0.84 0.15
HSL 75.82º 0.73% 0.49% -
HSV(B) 75.82º 0.84% 0.85% -
XYZ 40.99 57.55 10.46 -
YUV 180.9 45.1 118.8 -
System Red Green Blue C M Y K H S L
Decimal 168 216 34 0.22 0 0.84 0.15 75.82 0.73 0.49
Hex A8 D8 22 16 0 54 F 4C 49 31
Octal 250 330 42 26 0 124 17 114 111 61
Binary 10101000 11011000 100010 10110 0 1010100 1111 1001100 1001001 110001

Color Harmonies of #A8D822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D822

Black with #A8D822

Text Example


Text Example

White with #A8D822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D822; }

 p { color: rgb(168,216,34); }

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

background-color css

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

 a { background-color: rgb(168,216,34); }

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

border-color css

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

 span { border-color: rgb(168,216,34); }

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