Html Css Color HEX #A8E101 Inch Worm

📋 copy color: '#A8E101'

red 168 ◦ green 225 ◦ blue 1

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

Shades of Inch Worm #A8E101

Tints of Inch Worm #A8E101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 42.64%
G = 57.11%
B = 0.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#A8E101 (or 0xA8E101) is known color: Inch Worm. HEX triplet: A8, E1 and 01. RGB value is (168,225,1). Sum of RGB (Red+Green+Blue) = 168+225+1=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 225 (88.28% from 255 or 57.11% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E101 is #571EFE. Grayscale: #B7B7B7. Windows color (decimal): -5709567 or 123304. OLE color: 123304.

HSL color Cylindrical-coordinate representation of color #A8E101: hue angle of 75.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8E101 is Cyan = 0.25, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 1 -
CMYK 0.25 0 1.00 0.12
HSL 75.27º 0.99% 0.44% -
HSV(B) 75.27º 1% 0.88% -
XYZ 43.08 62.18 9.76 -
YUV 182.42 25.62 117.71 -
System Red Green Blue C M Y K H S L
Decimal 168 225 1 0.25 0 1.00 0.12 75.27 0.99 0.44
Hex A8 E1 1 19 0 64 C 4B 63 2C
Octal 250 341 1 31 0 144 14 113 143 54
Binary 10101000 11100001 1 11001 0 1100100 1100 1001011 1100011 101100

Color Harmonies of #A8E101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E101

Black with #A8E101

Text Example


Text Example

White with #A8E101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E101; }

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

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

background-color css

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

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

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

border-color css

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

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

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