Html Css Color HEX #A8E912 Inch Worm

📋 copy color: '#A8E912'

red 168 ◦ green 233 ◦ blue 18

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

Shades of Inch Worm #A8E912

Tints of Inch Worm #A8E912

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.61%

 BLUE value IS 18 (7.42% from 255) = 4.3%

R = 40.1%
G = 55.61%
B = 4.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#A8E912 (or 0xA8E912) is known color: Inch Worm. HEX triplet: A8, E9 and 12. RGB value is (168,233,18). Sum of RGB (Red+Green+Blue) = 168+233+18=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 233 (91.41% from 255 or 55.61% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E912 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8E912 is #5716ED. Grayscale: #BDBDBD. Windows color (decimal): -5707502 or 1239464. OLE color: 1239464.

HSL color Cylindrical-coordinate representation of color #A8E912: hue angle of 78.14º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8E912 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 233 18 -
CMYK 0.28 0 0.92 0.09
HSL 78.14º 0.86% 0.49% -
HSV(B) 78.14º 0.92% 0.91% -
XYZ 45.4 66.65 11.04 -
YUV 189.06 31.47 112.98 -
System Red Green Blue C M Y K H S L
Decimal 168 233 18 0.28 0 0.92 0.09 78.14 0.86 0.49
Hex A8 E9 12 1C 0 5C 9 4E 56 31
Octal 250 351 22 34 0 134 11 116 126 61
Binary 10101000 11101001 10010 11100 0 1011100 1001 1001110 1010110 110001

Color Harmonies of #A8E912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E912

Black with #A8E912

Text Example


Text Example

White with #A8E912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E912; }

 p { color: rgb(168,233,18); }

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

background-color css

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

 a { background-color: rgb(168,233,18); }

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

border-color css

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

 span { border-color: rgb(168,233,18); }

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