Html Css Color HEX #A8EB0A Inch Worm

📋 copy color: '#A8EB0A'

red 168 ◦ green 235 ◦ blue 10

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

Shades of Inch Worm #A8EB0A

Tints of Inch Worm #A8EB0A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 56.9%

 BLUE value IS 10 (4.3% from 255) = 2.42%

R = 40.68%
G = 56.9%
B = 2.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#A8EB0A (or 0xA8EB0A) is known color: Inch Worm. HEX triplet: A8, EB and 0A. RGB value is (168,235,10). Sum of RGB (Red+Green+Blue) = 168+235+10=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 235 (92.19% from 255 or 56.90% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EB0A is #5714F5. Grayscale: #BEBEBE. Windows color (decimal): -5706998 or 715688. OLE color: 715688.

HSL color Cylindrical-coordinate representation of color #A8EB0A: hue angle of 77.87º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8EB0A is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 235 10 -
CMYK 0.29 0 0.96 0.08
HSL 77.87º 0.92% 0.48% -
HSV(B) 77.87º 0.96% 0.92% -
XYZ 45.91 67.76 10.95 -
YUV 189.32 26.8 112.8 -
System Red Green Blue C M Y K H S L
Decimal 168 235 10 0.29 0 0.96 0.08 77.87 0.92 0.48
Hex A8 EB A 1D 0 60 8 4E 5C 30
Octal 250 353 12 35 0 140 10 116 134 60
Binary 10101000 11101011 1010 11101 0 1100000 1000 1001110 1011100 110000

Color Harmonies of #A8EB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EB0A

Black with #A8EB0A

Text Example


Text Example

White with #A8EB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EB0A; }

 p { color: rgb(168,235,10); }

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

background-color css

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

 a { background-color: rgb(168,235,10); }

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

border-color css

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

 span { border-color: rgb(168,235,10); }

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