Html Css Color HEX #A8EB0C Inch Worm

📋 copy color: '#A8EB0C'

red 168 ◦ green 235 ◦ blue 12

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

Shades of Inch Worm #A8EB0C

Tints of Inch Worm #A8EB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 40.48%
G = 56.63%
B = 2.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#A8EB0C (or 0xA8EB0C) is known color: Inch Worm. HEX triplet: A8, EB and 0C. RGB value is (168,235,12). Sum of RGB (Red+Green+Blue) = 168+235+12=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 235 (92.19% from 255 or 56.63% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EB0C is #5714F3. Grayscale: #BEBEBE. Windows color (decimal): -5706996 or 846760. OLE color: 846760.

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

Color convert

RGB 168 235 12 -
CMYK 0.29 0 0.95 0.08
HSL 78.03º 0.9% 0.48% -
HSV(B) 78.03º 0.95% 0.92% -
XYZ 45.92 67.77 11.01 -
YUV 189.55 27.8 112.63 -
System Red Green Blue C M Y K H S L
Decimal 168 235 12 0.29 0 0.95 0.08 78.03 0.9 0.48
Hex A8 EB C 1D 0 5F 8 4E 5A 30
Octal 250 353 14 35 0 137 10 116 132 60
Binary 10101000 11101011 1100 11101 0 1011111 1000 1001110 1011010 110000

Color Harmonies of #A8EB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EB0C

Black with #A8EB0C

Text Example


Text Example

White with #A8EB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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