Html Css Color HEX #A8D418 Inch Worm

📋 copy color: '#A8D418'

red 168 ◦ green 212 ◦ blue 24

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

Shades of Inch Worm #A8D418

Tints of Inch Worm #A8D418

RGB

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

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

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

R = 41.58%
G = 52.48%
B = 5.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#A8D418 (or 0xA8D418) is known color: Inch Worm. HEX triplet: A8, D4 and 18. RGB value is (168,212,24). Sum of RGB (Red+Green+Blue) = 168+212+24=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D418 is #572BE7. Grayscale: #B2B2B2. Windows color (decimal): -5712872 or 1627304. OLE color: 1627304.

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

Color convert

RGB 168 212 24 -
CMYK 0.21 0 0.89 0.17
HSL 74.04º 0.8% 0.46% -
HSV(B) 74.04º 0.89% 0.83% -
XYZ 39.86 55.48 9.47 -
YUV 177.41 41.42 121.29 -
System Red Green Blue C M Y K H S L
Decimal 168 212 24 0.21 0 0.89 0.17 74.04 0.8 0.46
Hex A8 D4 18 15 0 59 11 4A 50 2E
Octal 250 324 30 25 0 131 21 112 120 56
Binary 10101000 11010100 11000 10101 0 1011001 10001 1001010 1010000 101110

Color Harmonies of #A8D418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D418

Black with #A8D418

Text Example


Text Example

White with #A8D418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D418; }

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

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

background-color css

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

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

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

border-color css

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

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

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