Html Css Color HEX #A3E00E Inch Worm

📋 copy color: '#A3E00E'

red 163 ◦ green 224 ◦ blue 14

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

Shades of Inch Worm #A3E00E

Tints of Inch Worm #A3E00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.49%

R = 40.65%
G = 55.86%
B = 3.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#A3E00E (or 0xA3E00E) is known color: Inch Worm. HEX triplet: A3, E0 and 0E. RGB value is (163,224,14). Sum of RGB (Red+Green+Blue) = 163+224+14=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 224 (87.89% from 255 or 55.86% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3E00E is #5C1FF1. Grayscale: #B6B6B6. Windows color (decimal): -6037490 or 975011. OLE color: 975011.

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

Color convert

RGB 163 224 14 -
CMYK 0.27 0 0.94 0.12
HSL 77.43º 0.88% 0.47% -
HSV(B) 77.43º 0.94% 0.88% -
XYZ 41.84 61.13 10.01 -
YUV 181.82 33.29 114.58 -
System Red Green Blue C M Y K H S L
Decimal 163 224 14 0.27 0 0.94 0.12 77.43 0.88 0.47
Hex A3 E0 E 1B 0 5E C 4D 58 2F
Octal 243 340 16 33 0 136 14 115 130 57
Binary 10100011 11100000 1110 11011 0 1011110 1100 1001101 1011000 101111

Color Harmonies of #A3E00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E00E

Black with #A3E00E

Text Example


Text Example

White with #A3E00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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