Html Css Color HEX #A8D815 Inch Worm

📋 copy color: '#A8D815'

red 168 ◦ green 216 ◦ blue 21

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

Shades of Inch Worm #A8D815

Tints of Inch Worm #A8D815

RGB

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

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

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

R = 41.48%
G = 53.33%
B = 5.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#A8D815 (or 0xA8D815) is known color: Inch Worm. HEX triplet: A8, D8 and 15. RGB value is (168,216,21). Sum of RGB (Red+Green+Blue) = 168+216+21=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D815 is #5727EA. Grayscale: #B4B4B4. Windows color (decimal): -5711851 or 1431720. OLE color: 1431720.

HSL color Cylindrical-coordinate representation of color #A8D815: hue angle of 74.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8D815 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 21 -
CMYK 0.22 0 0.90 0.15
HSL 74.77º 0.82% 0.46% -
HSV(B) 74.77º 0.9% 0.85% -
XYZ 40.84 57.49 9.65 -
YUV 179.42 38.6 119.86 -
System Red Green Blue C M Y K H S L
Decimal 168 216 21 0.22 0 0.90 0.15 74.77 0.82 0.46
Hex A8 D8 15 16 0 5A F 4B 52 2E
Octal 250 330 25 26 0 132 17 113 122 56
Binary 10101000 11011000 10101 10110 0 1011010 1111 1001011 1010010 101110

Color Harmonies of #A8D815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D815

Black with #A8D815

Text Example


Text Example

White with #A8D815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D815; }

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

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

background-color css

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

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

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

border-color css

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

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

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