Html Css Color HEX #A8E60E Inch Worm

📋 copy color: '#A8E60E'

red 168 ◦ green 230 ◦ blue 14

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

Shades of Inch Worm #A8E60E

Tints of Inch Worm #A8E60E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 55.83%

 BLUE value IS 14 (5.86% from 255) = 3.4%

R = 40.78%
G = 55.83%
B = 3.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#A8E60E (or 0xA8E60E) is known color: Inch Worm. HEX triplet: A8, E6 and 0E. RGB value is (168,230,14). Sum of RGB (Red+Green+Blue) = 168+230+14=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 230 (90.23% from 255 or 55.83% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E60E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8E60E is #5719F1. Grayscale: #BBBBBB. Windows color (decimal): -5708274 or 976552. OLE color: 976552.

HSL color Cylindrical-coordinate representation of color #A8E60E: hue angle of 77.22º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8E60E is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 230 14 -
CMYK 0.27 0 0.94 0.10
HSL 77.22º 0.89% 0.48% -
HSV(B) 77.22º 0.94% 0.9% -
XYZ 44.52 64.95 10.61 -
YUV 186.84 30.46 114.56 -
System Red Green Blue C M Y K H S L
Decimal 168 230 14 0.27 0 0.94 0.10 77.22 0.89 0.48
Hex A8 E6 E 1B 0 5E A 4D 59 30
Octal 250 346 16 33 0 136 12 115 131 60
Binary 10101000 11100110 1110 11011 0 1011110 1010 1001101 1011001 110000

Color Harmonies of #A8E60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E60E

Black with #A8E60E

Text Example


Text Example

White with #A8E60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E60E; }

 p { color: rgb(168,230,14); }

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

background-color css

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

 a { background-color: rgb(168,230,14); }

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

border-color css

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

 span { border-color: rgb(168,230,14); }

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