Html Css Color HEX #A8EA1C Inch Worm

📋 copy color: '#A8EA1C'

red 168 ◦ green 234 ◦ blue 28

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

Shades of Inch Worm #A8EA1C

Tints of Inch Worm #A8EA1C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.42%

 BLUE value IS 28 (11.33% from 255) = 6.51%

R = 39.07%
G = 54.42%
B = 6.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#A8EA1C (or 0xA8EA1C) is known color: Inch Worm. HEX triplet: A8, EA and 1C. RGB value is (168,234,28). Sum of RGB (Red+Green+Blue) = 168+234+28=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EA1C is #5715E3. Grayscale: #BFBFBF. Windows color (decimal): -5707236 or 1895080. OLE color: 1895080.

HSL color Cylindrical-coordinate representation of color #A8EA1C: hue angle of 79.22º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8EA1C is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 28 -
CMYK 0.28 0 0.88 0.08
HSL 79.22º 0.83% 0.51% -
HSV(B) 79.22º 0.88% 0.92% -
XYZ 45.78 67.25 11.67 -
YUV 190.78 36.13 111.75 -
System Red Green Blue C M Y K H S L
Decimal 168 234 28 0.28 0 0.88 0.08 79.22 0.83 0.51
Hex A8 EA 1C 1C 0 58 8 4F 53 33
Octal 250 352 34 34 0 130 10 117 123 63
Binary 10101000 11101010 11100 11100 0 1011000 1000 1001111 1010011 110011

Color Harmonies of #A8EA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA1C

Black with #A8EA1C

Text Example


Text Example

White with #A8EA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA1C; }

 p { color: rgb(168,234,28); }

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

background-color css

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

 a { background-color: rgb(168,234,28); }

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

border-color css

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

 span { border-color: rgb(168,234,28); }

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