Html Css Color HEX #A8D518 Inch Worm

📋 copy color: '#A8D518'

red 168 ◦ green 213 ◦ blue 24

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

Shades of Inch Worm #A8D518

Tints of Inch Worm #A8D518

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.59%

 BLUE value IS 24 (9.77% from 255) = 5.93%

R = 41.48%
G = 52.59%
B = 5.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#A8D518 (or 0xA8D518) is known color: Inch Worm. HEX triplet: A8, D5 and 18. RGB value is (168,213,24). Sum of RGB (Red+Green+Blue) = 168+213+24=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D518 is #572AE7. Grayscale: #B2B2B2. Windows color (decimal): -5712616 or 1627560. OLE color: 1627560.

HSL color Cylindrical-coordinate representation of color #A8D518: hue angle of 74.29º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8D518 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 24 -
CMYK 0.21 0 0.89 0.16
HSL 74.29º 0.8% 0.46% -
HSV(B) 74.29º 0.89% 0.84% -
XYZ 40.11 55.98 9.56 -
YUV 178 41.09 120.87 -
System Red Green Blue C M Y K H S L
Decimal 168 213 24 0.21 0 0.89 0.16 74.29 0.8 0.46
Hex A8 D5 18 15 0 59 10 4A 50 2E
Octal 250 325 30 25 0 131 20 112 120 56
Binary 10101000 11010101 11000 10101 0 1011001 10000 1001010 1010000 101110

Color Harmonies of #A8D518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D518

Black with #A8D518

Text Example


Text Example

White with #A8D518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D518; }

 p { color: rgb(168,213,24); }

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

background-color css

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

 a { background-color: rgb(168,213,24); }

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

border-color css

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

 span { border-color: rgb(168,213,24); }

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