Html Css Color HEX #A8E30D Inch Worm

📋 copy color: '#A8E30D'

red 168 ◦ green 227 ◦ blue 13

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

Shades of Inch Worm #A8E30D

Tints of Inch Worm #A8E30D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 55.64%

 BLUE value IS 13 (5.47% from 255) = 3.19%

R = 41.18%
G = 55.64%
B = 3.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#A8E30D (or 0xA8E30D) is known color: Inch Worm. HEX triplet: A8, E3 and 0D. RGB value is (168,227,13). Sum of RGB (Red+Green+Blue) = 168+227+13=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 227 (89.06% from 255 or 55.64% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E30D is #571CF2. Grayscale: #B9B9B9. Windows color (decimal): -5709043 or 910248. OLE color: 910248.

HSL color Cylindrical-coordinate representation of color #A8E30D: hue angle of 76.54º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8E30D is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 227 13 -
CMYK 0.26 0 0.94 0.11
HSL 76.54º 0.89% 0.47% -
HSV(B) 76.54º 0.94% 0.89% -
XYZ 43.69 63.29 10.29 -
YUV 184.96 30.95 115.9 -
System Red Green Blue C M Y K H S L
Decimal 168 227 13 0.26 0 0.94 0.11 76.54 0.89 0.47
Hex A8 E3 D 1A 0 5E B 4D 59 2F
Octal 250 343 15 32 0 136 13 115 131 57
Binary 10101000 11100011 1101 11010 0 1011110 1011 1001101 1011001 101111

Color Harmonies of #A8E30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E30D

Black with #A8E30D

Text Example


Text Example

White with #A8E30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E30D; }

 p { color: rgb(168,227,13); }

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

background-color css

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

 a { background-color: rgb(168,227,13); }

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

border-color css

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

 span { border-color: rgb(168,227,13); }

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