Html Css Color HEX #A3E000 Inch Worm

📋 copy color: '#A3E000'

red 163 ◦ green 224 ◦ blue 0

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

Shades of Inch Worm #A3E000

Tints of Inch Worm #A3E000

RGB

 RED value IS 163 (64.06% from 255) = 42.12%

 GREEN value IS 224 (87.89% from 255) = 57.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.12%
G = 57.88%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#A3E000 (or 0xA3E000) is known color: Inch Worm. HEX triplet: A3, E0 and 00. RGB value is (163,224,0). Sum of RGB (Red+Green+Blue) = 163+224+0=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 224 (87.89% from 255 or 57.88% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3E000 is #5C1FFF. Grayscale: #B5B5B5. Windows color (decimal): -6037504 or 57507. OLE color: 57507.

HSL color Cylindrical-coordinate representation of color #A3E000: hue angle of 76.34º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3E000 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 224 0 -
CMYK 0.27 0 1 0.12
HSL 76.34º 1% 0.44% -
HSV(B) 76.34º 1% 0.88% -
XYZ 41.76 61.1 9.59 -
YUV 180.23 26.29 115.71 -
System Red Green Blue C M Y K H S L
Decimal 163 224 0 0.27 0 1 0.12 76.34 1 0.44
Hex A3 E0 0 1B 0 64 C 4C 64 2C
Octal 243 340 0 33 0 144 14 114 144 54
Binary 10100011 11100000 0 11011 0 1100100 1100 1001100 1100100 101100

Color Harmonies of #A3E000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E000

Black with #A3E000

Text Example


Text Example

White with #A3E000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E000; }

 p { color: rgb(163,224,0); }

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

background-color css

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

 a { background-color: rgb(163,224,0); }

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

border-color css

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

 span { border-color: rgb(163,224,0); }

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