Html Css Color HEX #A3E012 Inch Worm

📋 copy color: '#A3E012'

red 163 ◦ green 224 ◦ blue 18

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

Shades of Inch Worm #A3E012

Tints of Inch Worm #A3E012

RGB

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

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

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

R = 40.25%
G = 55.31%
B = 4.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#A3E012 (or 0xA3E012) is known color: Inch Worm. HEX triplet: A3, E0 and 12. RGB value is (163,224,18). Sum of RGB (Red+Green+Blue) = 163+224+18=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 224 (87.89% from 255 or 55.31% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3E012 is #5C1FED. Grayscale: #B7B7B7. Windows color (decimal): -6037486 or 1237155. OLE color: 1237155.

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

Color convert

RGB 163 224 18 -
CMYK 0.27 0 0.92 0.12
HSL 77.77º 0.85% 0.47% -
HSV(B) 77.77º 0.92% 0.88% -
XYZ 41.87 61.14 10.17 -
YUV 182.28 35.29 114.25 -
System Red Green Blue C M Y K H S L
Decimal 163 224 18 0.27 0 0.92 0.12 77.77 0.85 0.47
Hex A3 E0 12 1B 0 5C C 4E 55 2F
Octal 243 340 22 33 0 134 14 116 125 57
Binary 10100011 11100000 10010 11011 0 1011100 1100 1001110 1010101 101111

Color Harmonies of #A3E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E012

Black with #A3E012

Text Example


Text Example

White with #A3E012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E012; }

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

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

background-color css

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

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

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

border-color css

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

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

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