Html Css Color HEX #A8E10A Inch Worm

📋 copy color: '#A8E10A'

red 168 ◦ green 225 ◦ blue 10

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

Shades of Inch Worm #A8E10A

Tints of Inch Worm #A8E10A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.83%

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

R = 41.69%
G = 55.83%
B = 2.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#A8E10A (or 0xA8E10A) is known color: Inch Worm. HEX triplet: A8, E1 and 0A. RGB value is (168,225,10). Sum of RGB (Red+Green+Blue) = 168+225+10=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 225 (88.28% from 255 or 55.83% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E10A is #571EF5. Grayscale: #B8B8B8. Windows color (decimal): -5709558 or 713128. OLE color: 713128.

HSL color Cylindrical-coordinate representation of color #A8E10A: hue angle of 75.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8E10A is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 10 -
CMYK 0.25 0 0.96 0.12
HSL 75.91º 0.91% 0.46% -
HSV(B) 75.91º 0.96% 0.88% -
XYZ 43.13 62.2 10.02 -
YUV 183.45 30.12 116.98 -
System Red Green Blue C M Y K H S L
Decimal 168 225 10 0.25 0 0.96 0.12 75.91 0.91 0.46
Hex A8 E1 A 19 0 60 C 4C 5B 2E
Octal 250 341 12 31 0 140 14 114 133 56
Binary 10101000 11100001 1010 11001 0 1100000 1100 1001100 1011011 101110

Color Harmonies of #A8E10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E10A

Black with #A8E10A

Text Example


Text Example

White with #A8E10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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