Html Css Color HEX #A8D415 Inch Worm

📋 copy color: '#A8D415'

red 168 ◦ green 212 ◦ blue 21

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

Shades of Inch Worm #A8D415

Tints of Inch Worm #A8D415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.87%

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

R = 41.9%
G = 52.87%
B = 5.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#A8D415 (or 0xA8D415) is known color: Inch Worm. HEX triplet: A8, D4 and 15. RGB value is (168,212,21). Sum of RGB (Red+Green+Blue) = 168+212+21=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 212 (83.20% from 255 or 52.87% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D415 is #572BEA. Grayscale: #B1B1B1. Windows color (decimal): -5712875 or 1430696. OLE color: 1430696.

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

Color convert

RGB 168 212 21 -
CMYK 0.21 0 0.90 0.17
HSL 73.82º 0.82% 0.46% -
HSV(B) 73.82º 0.9% 0.83% -
XYZ 39.83 55.47 9.32 -
YUV 177.07 39.92 121.53 -
System Red Green Blue C M Y K H S L
Decimal 168 212 21 0.21 0 0.90 0.17 73.82 0.82 0.46
Hex A8 D4 15 15 0 5A 11 4A 52 2E
Octal 250 324 25 25 0 132 21 112 122 56
Binary 10101000 11010100 10101 10101 0 1011010 10001 1001010 1010010 101110

Color Harmonies of #A8D415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D415

Black with #A8D415

Text Example


Text Example

White with #A8D415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D415; }

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

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

background-color css

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

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

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

border-color css

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

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

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