Html Css Color HEX #A3E016 Inch Worm

📋 copy color: '#A3E016'

red 163 ◦ green 224 ◦ blue 22

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

Shades of Inch Worm #A3E016

Tints of Inch Worm #A3E016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.38%

R = 39.85%
G = 54.77%
B = 5.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#A3E016 (or 0xA3E016) is known color: Inch Worm. HEX triplet: A3, E0 and 16. RGB value is (163,224,22). Sum of RGB (Red+Green+Blue) = 163+224+22=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3E016 is #5C1FE9. Grayscale: #B7B7B7. Windows color (decimal): -6037482 or 1499299. OLE color: 1499299.

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

Color convert

RGB 163 224 22 -
CMYK 0.27 0 0.90 0.12
HSL 78.12º 0.82% 0.48% -
HSV(B) 78.12º 0.9% 0.88% -
XYZ 41.9 61.16 10.35 -
YUV 182.73 37.29 113.93 -
System Red Green Blue C M Y K H S L
Decimal 163 224 22 0.27 0 0.90 0.12 78.12 0.82 0.48
Hex A3 E0 16 1B 0 5A C 4E 52 30
Octal 243 340 26 33 0 132 14 116 122 60
Binary 10100011 11100000 10110 11011 0 1011010 1100 1001110 1010010 110000

Color Harmonies of #A3E016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E016

Black with #A3E016

Text Example


Text Example

White with #A3E016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E016; }

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

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

background-color css

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

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

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

border-color css

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

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

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