Html Css Color HEX #A8E41A Inch Worm

📋 copy color: '#A8E41A'

red 168 ◦ green 228 ◦ blue 26

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

Shades of Inch Worm #A8E41A

Tints of Inch Worm #A8E41A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.03%

 BLUE value IS 26 (10.55% from 255) = 6.16%

R = 39.81%
G = 54.03%
B = 6.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#A8E41A (or 0xA8E41A) is known color: Inch Worm. HEX triplet: A8, E4 and 1A. RGB value is (168,228,26). Sum of RGB (Red+Green+Blue) = 168+228+26=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 26 (10.55% from 255 or 6.16% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E41A is #571BE5. Grayscale: #BBBBBB. Windows color (decimal): -5708774 or 1762472. OLE color: 1762472.

HSL color Cylindrical-coordinate representation of color #A8E41A: hue angle of 77.82º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8E41A is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 228 26 -
CMYK 0.26 0 0.89 0.11
HSL 77.82º 0.8% 0.5% -
HSV(B) 77.82º 0.89% 0.89% -
XYZ 44.08 63.89 10.99 -
YUV 187.03 37.12 114.43 -
System Red Green Blue C M Y K H S L
Decimal 168 228 26 0.26 0 0.89 0.11 77.82 0.8 0.5
Hex A8 E4 1A 1A 0 59 B 4E 50 32
Octal 250 344 32 32 0 131 13 116 120 62
Binary 10101000 11100100 11010 11010 0 1011001 1011 1001110 1010000 110010

Color Harmonies of #A8E41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E41A

Black with #A8E41A

Text Example


Text Example

White with #A8E41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E41A; }

 p { color: rgb(168,228,26); }

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

background-color css

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

 a { background-color: rgb(168,228,26); }

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

border-color css

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

 span { border-color: rgb(168,228,26); }

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