Html Css Color HEX #A8E30C Inch Worm

📋 copy color: '#A8E30C'

red 168 ◦ green 227 ◦ blue 12

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

Shades of Inch Worm #A8E30C

Tints of Inch Worm #A8E30C

RGB

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

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

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

R = 41.28%
G = 55.77%
B = 2.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#A8E30C (or 0xA8E30C) is known color: Inch Worm. HEX triplet: A8, E3 and 0C. RGB value is (168,227,12). Sum of RGB (Red+Green+Blue) = 168+227+12=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 227 (89.06% from 255 or 55.77% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E30C is #571CF3. Grayscale: #B9B9B9. Windows color (decimal): -5709044 or 844712. OLE color: 844712.

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

Color convert

RGB 168 227 12 -
CMYK 0.26 0 0.95 0.11
HSL 76.47º 0.9% 0.47% -
HSV(B) 76.47º 0.95% 0.89% -
XYZ 43.68 63.29 10.26 -
YUV 184.85 30.45 115.98 -
System Red Green Blue C M Y K H S L
Decimal 168 227 12 0.26 0 0.95 0.11 76.47 0.9 0.47
Hex A8 E3 C 1A 0 5F B 4C 5A 2F
Octal 250 343 14 32 0 137 13 114 132 57
Binary 10101000 11100011 1100 11010 0 1011111 1011 1001100 1011010 101111

Color Harmonies of #A8E30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E30C

Black with #A8E30C

Text Example


Text Example

White with #A8E30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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