Html Css Color HEX #A8E110 Inch Worm

📋 copy color: '#A8E110'

red 168 ◦ green 225 ◦ blue 16

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

Shades of Inch Worm #A8E110

Tints of Inch Worm #A8E110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.91%

R = 41.08%
G = 55.01%
B = 3.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#A8E110 (or 0xA8E110) is known color: Inch Worm. HEX triplet: A8, E1 and 10. RGB value is (168,225,16). Sum of RGB (Red+Green+Blue) = 168+225+16=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 225 (88.28% from 255 or 55.01% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E110 is #571EEF. Grayscale: #B8B8B8. Windows color (decimal): -5709552 or 1106344. OLE color: 1106344.

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

Color convert

RGB 168 225 16 -
CMYK 0.25 0 0.93 0.12
HSL 76.36º 0.87% 0.47% -
HSV(B) 76.36º 0.93% 0.88% -
XYZ 43.17 62.21 10.22 -
YUV 184.13 33.12 116.49 -
System Red Green Blue C M Y K H S L
Decimal 168 225 16 0.25 0 0.93 0.12 76.36 0.87 0.47
Hex A8 E1 10 19 0 5D C 4C 57 2F
Octal 250 341 20 31 0 135 14 114 127 57
Binary 10101000 11100001 10000 11001 0 1011101 1100 1001100 1010111 101111

Color Harmonies of #A8E110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E110

Black with #A8E110

Text Example


Text Example

White with #A8E110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E110; }

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

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

background-color css

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

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

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

border-color css

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

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

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